index
:
mirrors/nitrocli
devel
devel-20210110
master
pull-request/status
topic/extensions
topic/gentoo-packaging
topic/otp-cache
topic/test
A command line tool for interacting with Nitrokey devices (GitHub mirror)
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
args.rs
Commit message (
Expand
)
Author
Age
*
Add the --progress option to the fill command
Robin Krahl
2020-09-20
*
Add fill command to overwrite SD card
Robin Krahl
2020-09-12
*
Add --usb-path option to select device
Robin Krahl
2020-09-09
*
Add --serial-number option
Robin Krahl
2020-09-07
*
Adjust copyright & license specification to comply with REUSE 3.0
Daniel Mueller
2020-09-02
*
Adjust copyright string to refer to The Nitrocli Developers
Daniel Mueller
2020-09-01
*
Add --no-cache option to bypass PIN cache
Robin Krahl
2020-09-05
*
Implement configuration handling
Robin Krahl
2020-09-05
*
Use anyhow for error handling
Daniel Mueller
2020-08-28
*
Change default OTP format to base32
Daniel Mueller
2020-07-07
*
Correctly use doc comments in macros
Daniel Mueller
2020-07-03
*
Rename arg_defs.rs to args.rs
Daniel Mueller
2020-04-11
*
Merge remaining bits of args.rs into main.rs
Daniel Mueller
2020-04-11
*
Merge config_set function into commands.rs
Daniel Mueller
2020-04-11
*
Merge otp_set function into commands.rs
Daniel Mueller
2020-04-10
*
Factor out arg_defs.rs for argument parsing related types
Daniel Mueller
2020-04-01
*
Make --verbose and --model options global
Robin Krahl
2020-01-26
*
Provide correct mutual exclusion between config set -o and -O options
Daniel Mueller
2020-01-24
*
Add scaffolding for the list command
Robin Krahl
2020-01-14
*
Use symbolic default values where possible
Daniel Mueller
2020-01-08
*
Do not declare internally used types as pub
Daniel Mueller
2020-01-08
*
Remove empty Args structs for simple (sub-)commands
Robin Krahl
2020-01-08
*
Move doc comments for (sub-)commands to their enum
Robin Krahl
2020-01-08
*
Order members in args.rs by command hierarchy
Robin Krahl
2020-01-08
*
Set possible values for all enum options and arguments
Robin Krahl
2020-01-07
*
Use closures instead of command functions
Robin Krahl
2020-01-07
*
Remove str argument from Command! macro
Robin Krahl
2020-01-07
*
Remove unused code after structopt transition
Robin Krahl
2020-01-07
*
Replace argparse with structopt
Robin Krahl
2020-01-07
*
Add data structures for the options and arguments
Robin Krahl
2020-01-07
*
Use strings instead of Command variants
Robin Krahl
2020-01-07
*
Refactor the Enum! macro into Enum! and Command!
Robin Krahl
2020-01-07
*
Move nitrocli source code into repository root
Daniel Mueller
2020-04-04