ft: add version flag and some docs for format flag
hauleth.dev 7 months ago 0e7630eb d3475510
··· 39 39 } 40 40 41 41 #[derive(Debug, Parser)] 42 42 + #[command(version, about)] 42 43 struct Args { 44 44 + /// Output format type 43 45 #[arg(long, default_value_t = fuk::output::Format::JSON)] 44 46 format: fuk::output::Format, 45 47 /// File containing list of keys to be fetched