Opened 11 years ago
Closed 11 years ago
#723 closed defect (fixed)
CommandLine accepts passed '--no-foo'
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.9.1 |
Component: | utility | Version: | 0.9 |
Keywords: | Cc: |
Description
Surprisingly, CommandLine? accepts passed --no-foo but doesn't accept --foo. I have nothing with foo nor no-foo added to my CommandLine? object.
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2844]) add test for #723 and implement a fix. Fixes #723