-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:fsprojects/Paket
- Loading branch information
Showing
9 changed files
with
85 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Paket shell completion for [fish](https://fishshell.com) | ||
|
||
## Installation | ||
Download and place the completion file in your fish completions directory | ||
```fish | ||
$ set target "$HOME/.config/fish/completions/paket.fish" | ||
$ curl --fail --location --proto-redir -all,https --output "$target" \ | ||
https://raw.githubusercontent.com/fsprojects/Paket/master/completion/paket-completion.fish | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments add | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments auto-restore | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments clear-cache | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments config | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments convert-from-nuget | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments find-package-versions | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments find-packages | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments find-refs | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments generate-load-scripts | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments init | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments install | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments outdated | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments pack | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments push | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments remove | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments restore | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments show-groups | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments show-installed-packages | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments simplify | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments update | ||
complete --command paket --exclusive --condition __fish_use_subcommand --arguments why | ||
|
||
|
||
complete --command paket --exclusive --long help | ||
complete --command paket --long log-file | ||
complete --command paket --long silent | ||
complete --command paket --long verbose | ||
complete --command paket --exclusive --long version | ||
|
||
|
||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long clean-redirects | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long create-new-binding-files | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long force | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long group | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long interactive | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long keep-major | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long keep-minor | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long keep-patch | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long no-install | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long project | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long redirects | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long touch-affected-refs | ||
complete -c paket -A -f -n '__fish_seen_subcommand_from add' --long version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.