added replace command
All checks were successful
Go / build-test-publish (1.23.4) (push) Successful in 52s
All checks were successful
Go / build-test-publish (1.23.4) (push) Successful in 52s
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
cobraDelete "git.denysoft.de/CubeBit/ssh-hub/cmd/delete"
|
||||
"git.denysoft.de/CubeBit/ssh-hub/cmd/exec"
|
||||
"git.denysoft.de/CubeBit/ssh-hub/cmd/list"
|
||||
"git.denysoft.de/CubeBit/ssh-hub/cmd/replace"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
"os"
|
||||
@@ -37,6 +38,7 @@ func init() {
|
||||
rootCmd.AddCommand(exec.Cmd())
|
||||
rootCmd.AddCommand(add.Cmd())
|
||||
rootCmd.AddCommand(cobraDelete.Cmd())
|
||||
rootCmd.AddCommand(replace.Cmd())
|
||||
}
|
||||
|
||||
func initCfg() {
|
||||
|
||||
Reference in New Issue
Block a user