We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa038cd commit 9db4d49Copy full SHA for 9db4d49
cmd/stream.go
@@ -23,7 +23,6 @@ var streamCmd = &cobra.Command{
23
24
func init() {
25
streamCmd.PersistentFlags().String(streamCmdFileFlag, "", "Parse agent responses from a file")
26
- // rootCmd.AddCommand(streamCmd)
27
}
28
29
func agentStream(cmd *cobra.Command, args []string) {
0 commit comments