Skip to content

Commit

Permalink
remove unused cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmvrk committed Nov 20, 2024
1 parent cfbacdb commit fa038cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var streamCmd = &cobra.Command{

func init() {
streamCmd.PersistentFlags().String(streamCmdFileFlag, "", "Parse agent responses from a file")
rootCmd.AddCommand(streamCmd)
// rootCmd.AddCommand(streamCmd)
}

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

0 comments on commit fa038cd

Please sign in to comment.