mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
document that -e can read from stdin
This commit is contained in:
parent
e27756cee8
commit
42ca566d26
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ Usage:
|
|||
opts.on('-l', '--lint', 'pipe the compiled JavaScript through JSLint') do |l|
|
||||
@options[:lint] = true
|
||||
end
|
||||
opts.on('-e', '--eval', 'eval a little scriptlet directly from the cli') do |e|
|
||||
opts.on('-e', '--eval', 'eval a little scriptlet or read from stdin') do |e|
|
||||
@options[:eval] = true
|
||||
end
|
||||
opts.on('-t', '--tokens', 'print the tokens that the lexer produces') do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue