oxur / rucksack

A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap
Apache License 2.0
12 stars 1 forks source link

Update the file output flag for the `export` subcommand #56

Closed oubiwann closed 1 year ago

oubiwann commented 1 year ago

We're using -f and --file; the convention is -o and --output ...

oubiwann commented 1 year ago

Done.