mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-13 00:54:56 -05:00
fixing bug in option parsing with flagged arguments and cake.
This commit is contained in:
@@ -16,5 +16,5 @@ result: opt.parse ['--optional', '-r', 'folder', 'one', 'two']
|
||||
|
||||
ok result.optional is true
|
||||
ok result.required is 'folder'
|
||||
ok result.arguments.join(' ') is 'folder one two'
|
||||
ok result.arguments.join(' ') is 'one two'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user