aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/args.rs
Commit message (Expand)AuthorAge
* Move nitrocli source code into repository rootDaniel Mueller2020-04-04
* Properly show the default format used in otp set subcommandDaniel Mueller2019-10-13
* Introduce NITROCLI constantDaniel Mueller2019-08-24
* Fix incomplete help text for encrypted & unencrypted subcommandsDaniel Mueller2019-08-22
* Include Nitrokey model in error message when no device is foundDaniel Mueller2019-07-14
* Add support for changing read-write mode of unencrypted volumeDaniel Mueller2019-06-08
* Reword an incorrect error messageDaniel Mueller2019-06-08
* Remove deprecated --ascii option of otp set subcommandDaniel Mueller2019-05-27
* Rename storage command to encryptedDaniel Mueller2019-05-27
* Make storage hidden subcommand a top-level commandDaniel Mueller2019-05-27
* Move storage status subcommand into status commandDaniel Mueller2019-05-27
* Allow for disabling of secret cachingDaniel Mueller2019-05-27
* Require trailing comma in Enum macro's inputDaniel Mueller2019-05-27
* Allow for unused doc comments on macrosDaniel Mueller2019-05-24
* Respect ctx.std{out,err} for version outputRobin Krahl2019-02-17
* Remove args::parse_arguments functionDaniel Mueller2019-02-17
* Use buffered writer in args::parse_argumentsRobin Krahl2019-02-17
* 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