Skip to content

Commit

Permalink
Show files in tab completions; close #43
Browse files Browse the repository at this point in the history
Don't use -x (exclusive) flag to complete fishtape.
  • Loading branch information
jorgebucaran committed Feb 16, 2019
1 parent bcb8c0d commit 34e0b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fishtape.fish
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -g fishtape_version 2.1.0

complete -xc fishtape -n __fish_use_subcommand -a --help -d "Show usage help"
complete -xc fishtape -n __fish_use_subcommand -a --version -d "$fishtape_version"
complete -c fishtape -n __fish_use_subcommand -a --help -d "Show usage help"
complete -c fishtape -n __fish_use_subcommand -a --version -d "$fishtape_version"

function fishtape -d "TAP-based test runner"
if not isatty
Expand Down

0 comments on commit 34e0b50

Please sign in to comment.