Skip to content

Commit 9db4d49

Browse files
committedNov 20, 2024
remove commented line
1 parent fa038cd commit 9db4d49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎cmd/stream.go

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

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

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

0 commit comments

Comments
 (0)
Failed to load comments.