Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Factor out arg_defs.rs for argument parsing related types | Daniel Mueller | 2020-04-01 |
| | | | | | | | | This change marks the first step in a restructuring of the argument handling code, the ultimate goal of which is a separation of the type definitions as used by structopt from the logic associated with it. This change in particular introduces a new module, arg_defs, that contains all those type definitions that previously resided in the args module. | ||
* | 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. |