diff --git a/cmd/stream.go b/cmd/stream.go index 6677a16..1d90fda 100644 --- a/cmd/stream.go +++ b/cmd/stream.go @@ -23,7 +23,6 @@ var streamCmd = &cobra.Command{ func init() { streamCmd.PersistentFlags().String(streamCmdFileFlag, "", "Parse agent responses from a file") - // rootCmd.AddCommand(streamCmd) } func agentStream(cmd *cobra.Command, args []string) {