Fix: Documentation of --only in tests cmd
This pull request fixes the documentation for the —only flag of the tests cmd.
This commit is contained in:
parent
11abfc39ab
commit
ba2ec8abcc
@ -1,4 +1,4 @@
|
|||||||
#: * `tests` [`-v`] [`--coverage`] [`--generic`] [`--no-compat`] [`--only=`<test_script/test_method>] [`--seed` <seed>] [`--trace`] [`--online`] [`--official-cmd-taps`]:
|
#: * `tests` [`-v`] [`--coverage`] [`--generic`] [`--no-compat`] [`--only=`<test_script:test_method>] [`--seed` <seed>] [`--trace`] [`--online`] [`--official-cmd-taps`]:
|
||||||
#: Run Homebrew's unit and integration tests.
|
#: Run Homebrew's unit and integration tests.
|
||||||
|
|
||||||
require "fileutils"
|
require "fileutils"
|
||||||
|
|||||||
@ -678,7 +678,7 @@ _brew_test_bot() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# brew tests [-v] [--coverage] [--generic] [--no-compat]
|
# brew tests [-v] [--coverage] [--generic] [--no-compat]
|
||||||
# [--only=test_script/test_method] [--seed seed] [--trace] [--online]
|
# [--only=test_script:test_method] [--seed seed] [--trace] [--online]
|
||||||
# [--official-cmd-taps]:
|
# [--official-cmd-taps]:
|
||||||
_brew_tests() {
|
_brew_tests() {
|
||||||
_arguments \
|
_arguments \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user