Skip to content

Commit

Permalink
Add '--no-fail-fast' option for 'bench' command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bak-Jin-Hyeong committed Aug 23, 2017
1 parent a237ad1 commit 49fb74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posh-cargo.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ $opt__fetch = @($opt_common + $opt_mani + $opt_lock)

$opt___nocmd = $opt_common + $opt_version + @('--list', '--explain')
$opt___commands = @(
@('bench', @($opt_common + $opt_pkg + $opt_feat + $opt_mani + $opt_lock + $opt_jobs + $opt_bin_types + $opt_exclude + @('--message-format', '--target', '--lib', '--no-run'))),
@('bench', @($opt_common + $opt_pkg + $opt_feat + $opt_mani + $opt_lock + $opt_jobs + $opt_bin_types + $opt_exclude + @('--message-format', '--target', '--lib', '--no-run', '--no-fail-fast'))),
@('benchcmp', @($opt_help + $opt_color + @('--version', '--include-missing', '--threshold', '--varience', '--improvements', '--regressions'))),
@('build', @($opt_common + $opt_pkg + $opt_feat + $opt_mani + $opt_lock + $opt_jobs + $opt_bin_types + $opt_exclude + @('--message-format', '--target', '--lib', '--release'))),
@('check', @($opt_common + $opt_pkg + $opt_feat + $opt_mani + $opt_lock + $opt_jobs + $opt_bin_types + $opt_exclude + @('--message-format', '--target', '--lib', '--release'))),
Expand Down

0 comments on commit 49fb74e

Please sign in to comment.