MCPcopy Create free account
hub / github.com/Mister-leo/fssh / usage

Function usage

cmd/fssh/main.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func usage() {
59 fmt.Fprintf(os.Stderr, "usage: fssh <init|import|list|export|remove|rekey|status|agent|shell|sshd-align|config-gen>\n")
60}
61
62func cmdInit() {
63 fs := flag.NewFlagSet("init", flag.ExitOnError)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected