We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--timeout
--discovery-timeout
1 parent f85513c commit 56add2eCopy full SHA for 56add2e
cli/board/list.go
@@ -47,10 +47,8 @@ func initListCommand() *cobra.Command {
47
Run: runListCommand,
48
}
49
50
- listCommand.Flags().DurationVar(&timeout, "timeout", time.Second,
51
- tr("The connected devices search timeout, raise it if your board doesn't show up e.g.: 10s"))
52
- listCommand.Flags().BoolVarP(&watch, "watch", "w", false,
53
- tr("Command keeps running and prints list of connected boards whenever there is a change."))
+ listCommand.Flags().DurationVar(&timeout, "discovery-timeout", time.Second, tr("Max time to wait for port discovery, e.g.: 30s, 1m"))
+ listCommand.Flags().BoolVarP(&watch, "watch", "w", false, tr("Command keeps running and prints list of connected boards whenever there is a change."))
54
55
return listCommand
56
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments