package main import ( "github.com/nwtgck/handy-sshd/cmd" "os" ) func main() { if err := cmd.RootCmd.Execute(); err != nil { os.Exit(-1) } }