aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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 Context::from_env constructorRobin Krahl2020-09-03
* Merge ExecCtx and RunCtx into ContextRobin Krahl2020-09-03
* Remove Stdio traitDaniel Mueller2020-09-03
* Add --no-cache option to bypass PIN cacheRobin Krahl2020-09-01
* Add config test case and example config fileRobin Krahl2020-09-01
* Use standard configuration file locationsRobin Krahl2020-09-01
* Use envy to parse environment variables for ConfigRobin Krahl2020-09-01
* Implement configuration handlingRobin Krahl2020-09-01
* Remove warning for missing_copy_implementations lintDaniel Mueller2020-09-01
* Remove application global Result definitionDaniel Mueller2020-08-31
* Remove no longer used error moduleDaniel Mueller2020-08-31
* Remove no longer necessary msg parameter from try_with_* functionsDaniel Mueller2020-08-29
* Use anyhow for error handlingDaniel Mueller2020-08-28
* Refrain from using Error::Error variant in pinentry testsDaniel Mueller2020-07-09
* Remove UnwrapError test traitDaniel Mueller2020-07-09
* Remove unwrap_lib_err method from UnwrapError test traitDaniel Mueller2020-07-09
* Remove unwrap_str_err method from UnwrapError test traitDaniel Mueller2020-07-08
* fixup! Change default OTP format to base32Daniel Mueller2020-08-31
* 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
* 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
* Remove deprecated plugin_as_library lint usageDaniel Mueller2020-03-22
* Update nitrokey dependency to 0.6.0Robin 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
* 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
* Replace argparse with structoptRobin Krahl2020-01-07