Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit committed Dec 10, 2017
1 parent 3efff15 commit 18f3aaa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions share/completions/pkg_add.fish
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
#completion for pkg_add

#function __fish_pkg_add_use_package --description 'Test if pkg_add should list packages'
# for i in (commandline -opc)
# if contains -- $i contains
# return 1
# end
# end
# return 0
#end

#complete -c pkg_add -n '__fish_pkg_add_use_package' -a '(__fish_print_packages)' --description 'Package'
complete -c pkg_add -o D -d 'failsafe to overwrite' -xa 'allversions arch checksum dontmerge donttie downgrade installed libdepends nonroot paranoid repair scripts SIGNER snap unsigned updatedepends'
complete -c pkg_add -o V -d 'Turn on stats'
complete -c pkg_add -o a -d 'Automated package installation'
Expand Down

0 comments on commit 18f3aaa

Please sign in to comment.