aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add otp-cache extensionotp-cacheRobin Krahl2020-08-27
* Introduce support for user-provided extensionsDaniel Mueller2020-08-25
* Update structopt dependency to 0.3.17Daniel Mueller2020-08-25
* Introduce builder infrastructure for assembling Nitrocli instanceDaniel Mueller2020-08-24
* Change default OTP format to base32Daniel Mueller2020-07-07
* Fix binary-sizes.py scriptdevelDaniel Mueller2020-07-26
* Correctly use doc comments in macrosDaniel Mueller2020-07-03
* Bump version to 0.3.3HEADmasterDaniel Mueller2020-04-19
* Convert Cargo.lock to new lock file formatDaniel Mueller2020-04-16
* Update transitive nitrokey dependenciesDaniel Mueller2020-04-15
* Update regex dependency to 1.3.7Daniel Mueller2020-04-14
* Update structopt dependency to 0.3.13Daniel Mueller2020-04-13
* Update libc dependency to 0.2.69Daniel Mueller2020-04-12
* 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
* Update minimum required Rust version to 1.40.0Daniel Mueller2020-04-05
* Add test for bash completion functionalityDaniel Mueller2020-04-05
* Add support for generating a bash completion scriptDaniel Mueller2020-04-04
* Move dependencies to args and commands modules into generated codeDaniel Mueller2020-04-04
* Remove dependency on crate::Error from arg_defsDaniel Mueller2020-04-04
* Move PinType type into arg_defs moduleDaniel Mueller2020-04-02
* Factor out arg_defs.rs for argument parsing related typesDaniel Mueller2020-04-01
* Bump version to 0.3.2Daniel Mueller2020-03-31
* Fix link to Nitrokey Storage device in READMEDaniel Mueller2020-03-29
* Update quote dependency to 1.0.3Daniel Mueller2020-03-25
* Remove deprecated plugin_as_library lint usageDaniel Mueller2020-03-22
* Update syn dependency to 1.0.14Daniel Mueller2020-03-16
* Update nitrokey dependency to 0.6.0Robin Krahl2020-01-29
* doc: Remove options from synopsis in man pageRobin Krahl2020-01-29
* Make --verbose and --model options globalRobin Krahl2020-01-26
* Provide correct mutual exclusion between config set -o and -O optionsDaniel Mueller2020-01-24
* Add unit tests for the list commandRobin Krahl2020-01-14
* Document the list command in the manpageRobin Krahl2020-01-14
* Implement list commandRobin Krahl2020-01-14
* Add scaffolding for the list commandRobin Krahl2020-01-14
* Bump nitrokey dependency to version 0.5.1Robin 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
* Handle doc comments and empty variants in the Command! macroRobin 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
* Add all_str function to enums generated by Enum! macroRobin 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
* Remove argparse dependencyRobin Krahl2020-01-07