diff --git a/cmd/root.go b/cmd/root.go index 77a3c43..8c55136 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -437,7 +437,7 @@ func init() { rootCmd.AddCommand(initCmd) rootCmd.AddCommand(versionCmd) rootCmd.AddCommand(listCmd) - listCmd.AddCommand(listPropsCmd) + rootCmd.AddCommand(listPropsCmd) rootCmd.AddCommand(stopCmd) rootCmd.AddCommand(startCmd) rootCmd.AddCommand(restartCmd)