Skip to content

Commit fa038cd

Browse files
committedNov 20, 2024
remove unused cmd
1 parent cfbacdb commit fa038cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmd/stream.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var streamCmd = &cobra.Command{
2323

2424
func init() {
2525
streamCmd.PersistentFlags().String(streamCmdFileFlag, "", "Parse agent responses from a file")
26-
rootCmd.AddCommand(streamCmd)
26+
// rootCmd.AddCommand(streamCmd)
2727
}
2828

2929
func agentStream(cmd *cobra.Command, args []string) {

0 commit comments

Comments
 (0)
Failed to load comments.