diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-08 11:45:14 +0000 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-01-08 09:53:42 -0800 |
commit | 88f3682b5930acf07788a0796b5a9c08004c7fd3 (patch) | |
tree | 100f0b64707e49cfe3b770561ddb6f4efea312b1 /proc-macro-error/test-crate/Cargo.toml | |
parent | 51fc90002dcbf057bca644a5bb347f5b95b921e9 (diff) | |
download | nitrocli-88f3682b5930acf07788a0796b5a9c08004c7fd3.tar.gz nitrocli-88f3682b5930acf07788a0796b5a9c08004c7fd3.tar.bz2 |
Order members in args.rs by command hierarchy
Currently, the ordering in the args.rs file is inconsistent and
arbitrary. This patch orders the members by command hierarchy:
- common data structures
- for each command C:
- CArgs
- CCommand
- for each subcommand S:
- SArgs
- custom data structures
- custom functions
- main argument handling function
Diffstat (limited to 'proc-macro-error/test-crate/Cargo.toml')
0 files changed, 0 insertions, 0 deletions