Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Refactor the Enum! macro into Enum! and Command! | Robin Krahl | 2020-01-07 | |
| | | | | | | For an easier transition to structopt, this patch splits the two cases of the Enum! macro into two separate macros (that internally both call the new enum_int! macro). | |||
* | Move nitrocli source code into repository root | Daniel Mueller | 2020-04-04 | |
Now that all vendored dependencies have been removed, this change moves the program's source code from the nitrocli/ directory into the root of the repository. |