aboutsummaryrefslogtreecommitdiff
path: root/src/args.rs
Commit message (Expand)AuthorAge
* Rename numlock, capslock, scrollock optionsnitrokey-v0.8.0Robin Krahl2020-10-02
* Remove DeviceModel::as_user_facing_strRobin Krahl2020-10-02
* Support Librem KeyRobin Krahl2020-10-02
* Update nitrokey to v0.8.0Robin Krahl2020-10-02
* Add the --progress option to the fill commandRobin Krahl2020-09-20
* Add fill command to overwrite SD cardRobin Krahl2020-09-12
* Add --usb-path option to select deviceRobin Krahl2020-09-09
* Add --serial-number optionRobin Krahl2020-09-07
* Adjust copyright & license specification to comply with REUSE 3.0Daniel Mueller2020-09-02
* Adjust copyright string to refer to The Nitrocli DevelopersDaniel Mueller2020-09-01
* Add --no-cache option to bypass PIN cacheRobin Krahl2020-09-05
* Implement configuration handlingRobin Krahl2020-09-05
* Use anyhow for error handlingDaniel Mueller2020-08-28
* Change default OTP format to base32Daniel Mueller2020-07-07
* Correctly use doc comments in macrosDaniel Mueller2020-07-03
* Rename arg_defs.rs to args.rsDaniel Mueller2020-04-11
* Merge remaining bits of args.rs into main.rsDaniel Mueller2020-04-11
* Merge config_set function into commands.rsDaniel Mueller2020-04-11
* Merge otp_set function into commands.rsDaniel Mueller2020-04-10
* Factor out arg_defs.rs for argument parsing related typesDaniel Mueller2020-04-01
* Make --verbose and --model options globalRobin Krahl2020-01-26
* Provide correct mutual exclusion between config set -o and -O optionsDaniel Mueller2020-01-24
* Add scaffolding for the list commandRobin Krahl2020-01-14
* Use symbolic default values where possibleDaniel Mueller2020-01-08
* Do not declare internally used types as pubDaniel Mueller2020-01-08
* Remove empty Args structs for simple (sub-)commandsRobin Krahl2020-01-08
* Move doc comments for (sub-)commands to their enumRobin Krahl2020-01-08
* Order members in args.rs by command hierarchyRobin Krahl2020-01-08
* Set possible values for all enum options and argumentsRobin Krahl2020-01-07
* Use closures instead of command functionsRobin Krahl2020-01-07
* Remove str argument from Command! macroRobin Krahl2020-01-07
* Remove unused code after structopt transitionRobin Krahl2020-01-07
* Replace argparse with structoptRobin Krahl2020-01-07
* Add data structures for the options and argumentsRobin Krahl2020-01-07
* Use strings instead of Command variantsRobin Krahl2020-01-07
* Refactor the Enum! macro into Enum! and Command!Robin Krahl2020-01-07
* Move nitrocli source code into repository rootDaniel Mueller2020-04-04