summaryrefslogtreecommitdiff
path: root/src/cmd/show_config.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-10-23refactor: use clap instead of structoptLars Wirzenius1-2/+2
clap version 3 basically replaces structopt entirely. Sponsored-by: author
2021-12-31docs: add documentation comments to crateLars Wirzenius1-0/+4
Also, make it an error for a public symbol to not be documented. Sponsored-by: author
2021-05-29refactor: only have client config without passwordsLars Wirzenius1-1/+1
This means the config is always the config, and not sometimes the config or the config and passwords. Also, there's no config option for encrypting, anymore. It will not be optional now.
2021-04-10refactor: struct ShowConfig subcommandLars Wirzenius1-3/+9
2021-04-10refactor: move ClientConfig into its own moduleLars Wirzenius1-1/+1
2021-04-09feat: add "obnam init" subcommandLars Wirzenius1-1/+1
This reads a passphrase and derives two passwords from that, and stores them next to the configuration file. The passwords aren't yet used for anything, that will come later.
2021-02-04feat: add obnam config subcommandLars Wirzenius1-0/+7