diff options
author | alisdair sullivan <alisdair.sullivan@askuity.com> | 2016-03-01 15:24:27 -0800 |
---|---|---|
committer | alisdair sullivan <alisdair.sullivan@askuity.com> | 2016-03-01 15:24:27 -0800 |
commit | f9b6765d07d88d12c5f2f69a2a01d4291bb8975b (patch) | |
tree | 96160b78575a9cce0dc21ae0000251bce70b2424 /priv/shell-completion/fish | |
parent | 1d5f520deb0bf277bbe21dc63b76236b180fdbd0 (diff) |
add shell completions for `include` flag for `ct` provider
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 7b63e20..1c0f155 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." |