tangled
alpha
login
or
join now
hauleth.dev
/
fuk
3
fork
atom
Fetch User Keys - simple tool for fetching SSH keys from various sources
3
fork
atom
overview
issues
pulls
pipelines
ft: add version flag and some docs for format flag
hauleth.dev
11 months ago
0e7630eb
d3475510
verified
This commit was signed with the committer's
known signature
.
hauleth.dev
SSH Key Fingerprint:
SHA256:1hEP8QO8nM2KQfQ8jK4Q19y/CmqVZQI/cNSht3c1QlI=
+2
1 changed file
expand all
collapse all
unified
split
cli
src
main.rs
+2
cli/src/main.rs
reviewed
···
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