You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> cargo compete new abc240
> cd abc240
> cargo compete test --display-limit 10000 e
error: Invalid value for '--display-limit <SIZE>': no multiple
> cargo compete test e --display-limit 10000
error: Invalid value for '--display-limit <SIZE>': no multiple
The text was updated successfully, but these errors were encountered:
stderrの内容が表示されないことが多いため、デバッグに苦労します。
これ場合にほとんど表示されないため、
このため--display-limit の指定を試しているのですが、"no multiple"というよくわからないエラーが返ってきます。(複数の値を受け付けられない?)
このオプションはどう使えばよいのでしょうか?
The text was updated successfully, but these errors were encountered: