Skip to content

Commit

Permalink
Pick logstream from list
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Christenson II committed Nov 21, 2023
1 parent 1fd7dc2 commit f338a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/log_streams.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func showLogStreamCmd(cli *cli) *cobra.Command {
auth0 logs streams show <log-stream-id> --json`,
RunE: func(cmd *cobra.Command, args []string) error {
if len(args) == 0 {
err := logStreamID.Ask(cmd, &inputs.ID)
err := logStreamID.Pick(cmd, &inputs.ID, cli.allLogStreamsPickerOptions)
if err != nil {
return err
}
Expand Down

0 comments on commit f338a40

Please sign in to comment.