We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ee163 commit 75c7fefCopy full SHA for 75c7fef
cli/board/list.go
@@ -41,7 +41,7 @@ func initListCommand() *cobra.Command {
41
Run: runListCommand,
42
}
43
44
- listCommand.Flags().DurationVar(&listFlags.timeout, "timeout", 0,
+ listCommand.Flags().DurationVar(&listFlags.timeout, "timeout", time.Second,
45
tr("The connected devices search timeout, raise it if your board doesn't show up e.g.: 10s"))
46
listCommand.Flags().BoolVarP(&listFlags.watch, "watch", "w", false,
47
tr("Command keeps running and prints list of connected boards whenever there is a change."))
0 commit comments