Fetch User Keys - simple tool for fetching SSH keys from various sources

ft: add version flag and some docs for format flag

hauleth.dev 0e7630eb d3475510

verified
Changed files
+2
cli
src
+2
cli/src/main.rs
···
}
#[derive(Debug, Parser)]
+
#[command(version, about)]
struct Args {
+
/// Output format type
#[arg(long, default_value_t = fuk::output::Format::JSON)]
format: fuk::output::Format,
/// File containing list of keys to be fetched