Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
func
usage() {
59
fmt.Fprintf(os.Stderr,
"usage: fssh <init|import|list|export|remove|rekey|status|agent|shell|sshd-align|config-gen>\n"
)
60
}
61
62
func
cmdInit() {
63
fs := flag.NewFlagSet(
"init"
, flag.ExitOnError)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected