diff options
author | Tristan Sloughter <t@crashfast.com> | 2016-03-01 17:51:43 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2016-03-01 17:51:43 -0600 |
commit | 6c912f412923631a3da13c01e44fab6e2dd4af28 (patch) | |
tree | f8f7d60ca6308b9e98373de616797507e8cc4327 /priv/shell-completion/fish | |
parent | 924b28d337a85853f4df5636bb1f4e44360c1e2f (diff) | |
parent | f9b6765d07d88d12c5f2f69a2a01d4291bb8975b (diff) |
Merge pull request #1099 from talentdeficit/ct_include
add support for common tests `include` flag
Diffstat (limited to 'priv/shell-completion/fish')
-rw-r--r-- | priv/shell-completion/fish/rebar3.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/shell-completion/fish/rebar3.fish b/priv/shell-completion/fish/rebar3.fish index 770feea..fd28c97 100644 --- a/priv/shell-completion/fish/rebar3.fish +++ b/priv/shell-completion/fish/rebar3.fish @@ -110,6 +110,7 @@ complete -f -c 'rebar3' -n '__fish_rebar3_using_command ct' -l abort_if_missing_ complete -f -c 'rebar3' -n '__fish_rebar3_using_command ct' -l multiply_timetraps -d "Multiply timetraps." complete -f -c 'rebar3' -n '__fish_rebar3_using_command ct' -l scale_timetraps -d "Scale timetraps." complete -f -c 'rebar3' -n '__fish_rebar3_using_command ct' -l create_priv_dir -d "Create priv dir (auto_per_run | auto_per_tc | manual_per_tc)." +complete -f -c 'rebar3' -n '__fish_rebar3_using_command ct' -l include -d "Directories containing additional include files." complete -f -c 'rebar3' -n '__fish_rebar3_using_command ct' -s v -l verbose -d "Enable verbose output. Default: false." complete -f -c 'rebar3' -n '__fish_rebar3_using_command ct' -l auto_compile -d "Let common test compile test suites instead of rebar3." |