aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/args.rs
Commit message (Expand)AuthorAge
* fixup! Manually handle -V/--version argumentRobin Krahl2019-02-16
* Manually handle -V/--version argumentDaniel Mueller2019-01-19
* Remove args::parse_arguments functionDaniel Mueller2019-01-19
* Consume ArgumentParser object as part of parsingDaniel Mueller2019-02-08
* Simplify error handling in the parse functionDaniel Mueller2019-02-08
* Add the reset command to perform a factory resetRobin Krahl2019-01-26
* Add the -V/--version optionRobin Krahl2019-01-26
* Add test for storage hidden subcommandDaniel Mueller2019-01-20
* Implement storage hidden subcommandDaniel Mueller2019-01-20
* Introduce storage hidden subcommand scaffoldingDaniel Mueller2019-01-15
* Add tests for pws commandDaniel Mueller2019-01-19
* Auto-generate help text for Option-based argumentsDaniel Mueller2019-01-15
* Auto-generate help text for enum-backed optional argumentsDaniel Mueller2019-01-15
* Auto-populate help text contentDaniel Mueller2019-01-14
* Auto-generate execute methods for generated command enumsDaniel Mueller2019-01-14
* Add tests for otp commandDaniel Mueller2019-01-14
* Isolate cached PINs for multiple devices from each otherDaniel Mueller2019-01-11
* Implement From<&str> for ErrorRobin Krahl2019-01-26
* Refactor get_device to use nitrokey::connect_modelRobin Krahl2019-01-26
* Introduce Admin and User PIN fields to execution contextDaniel Mueller2019-01-09
* Add missing closing parenthesis for otp set -a/--algorithm helpDaniel Mueller2019-01-08
* Auto generate argument enumsDaniel Mueller2019-01-06
* Emit all output to custom stdio channelsDaniel Mueller2019-01-05
* Supply customizable stdio channels to argparseDaniel Mueller2019-01-05
* Work with mutable ExecCtx referencesDaniel Mueller2019-01-05
* Add the base32 format for OTP secretsRobin Krahl2019-01-13
* Add the --format option to otp set to select the secret formatRobin Krahl2019-01-13
* Add the --model option to restrict the device model to connect toRobin Krahl2019-01-13
* Introduce -v/--verbose optionDaniel Mueller2019-01-04
* Introduce command execution context supportDaniel Mueller2019-01-04
* Document the lock commandRobin Krahl2019-01-07
* Implement the lock commandRobin Krahl2019-01-07
* Implement the pws status subcommandRobin Krahl2019-01-07
* Implement the pws clear subcommandRobin Krahl2019-01-07
* Implement the pws set subcommandRobin Krahl2019-01-07
* Implement the pws get subcommandRobin Krahl2019-01-07
* Implement the pws commandRobin Krahl2019-01-07
* Implement the pin set commandRobin Krahl2019-01-01
* Implement the pin unblock subcommandRobin Krahl2019-01-01
* Implement the pin command and rename clear to pin clearRobin Krahl2019-01-01
* Set the time before generating a TOTPRobin Krahl2019-01-01
* Move printing of storage related status into 'storage status' sub-commandDaniel Mueller2018-12-28
* Move storage_* subcommand functions below storage command functionDaniel Mueller2018-12-29
* Make 'open' and 'close' subcommands of new 'storage' commandDaniel Mueller2018-12-27
* Implement the config set subcommandRobin Krahl2018-12-27
* Implement the config get subcommandRobin Krahl2018-12-27
* Implement the config commandRobin Krahl2018-12-27
* Add status output for Nitrokey ProRobin Krahl2018-12-27
* Implement the otp status subcommandRobin Krahl2018-12-24
* Implement the otp clear subcommandRobin Krahl2018-12-24