Commit Graph

8 Commits

Author SHA1 Message Date
Erick Tryzelaar
c2fc87d8da Bump versions to 0.1.4 2020-10-27 11:12:18 -07:00
Eli Lipsitz
9022148be9 Add support for option delimiter "--"
Following the Fuchsia CLI Tool Rubric
(https://fuchsia.dev/fuchsia-src/concepts/api/cli#option_delimiter),
this adds support for "--", which denotes the end of the options list.
All arguments that come after this point will be treated as positional,
even if they begin with "-".

Closes #58. Closes #59.
2020-10-06 16:56:17 -07:00
Ben Brittain
5b0c45fdd4 Allow kebab-case in long names 2020-07-11 11:00:33 -04:00
Ben Brittain
e59f2c8c78 fix default value error message 2020-06-28 10:56:17 -04:00
Benjamin Brittain
7dff45baae correct Cargo.toml license field 2020-01-31 09:13:07 -05:00
Benjamin Brittain
23293d9937 add LICENSE to sub-crates
Updates cargo.toml to use SPDX identifiers
2020-01-31 09:02:48 -05:00
Benjamin Brittain
cef9a6b7d8 pin versions 2020-01-31 08:56:54 -05:00
Benjamin Brittain
c752b5f504 Migrate code into into stand-alone repo
Adds Cargo.toml files
2020-01-30 16:16:19 -05:00