Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Remove empty Args structs for simple (sub-)commands | Robin Krahl | 2020-01-08 |
* | Move doc comments for (sub-)commands to their enum | Robin Krahl | 2020-01-08 |
* | Order members in args.rs by command hierarchy | Robin Krahl | 2020-01-08 |
* | Set possible values for all enum options and arguments | Robin Krahl | 2020-01-07 |
* | Use closures instead of command functions | Robin Krahl | 2020-01-07 |
* | Remove str argument from Command! macro | Robin Krahl | 2020-01-07 |
* | Remove unused code after structopt transition | Robin Krahl | 2020-01-07 |
* | Replace argparse with structopt | Robin Krahl | 2020-01-07 |
* | Add data structures for the options and arguments | Robin Krahl | 2020-01-07 |
* | Use strings instead of Command variants | Robin Krahl | 2020-01-07 |
* | Refactor the Enum! macro into Enum! and Command! | Robin Krahl | 2020-01-07 |
* | Move nitrocli source code into repository root | Daniel Mueller | 2020-04-04 |