mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:12:50 +08:00
Fix extra or missing newlines at end of file in our fish scripts
New fish_indent does that too, so this will make any future reformatting diffs smaller. Done using either of: perl -pi -e 'undef $/; s/\n*$/\n/' share/**.fish kak -n -f '<a-/>\n*<ret>d' share/**.fish
This commit is contained in:
parent
918c62863e
commit
9c327b19a6
|
@ -2,4 +2,3 @@ complete -c a2disconf -s q -l quiet -d "Don't show informative messages"
|
|||
complete -c a2disconf -s p -l purge -d "Purge all traces of module"
|
||||
|
||||
complete -c a2disconf -xa '(__fish_print_debian_apache_confs)'
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@ complete -c a2dismod -s q -l quiet -d "Don't show informative messages"
|
|||
complete -c a2dismod -s p -l purge -d "Purge all traces of module"
|
||||
|
||||
complete -c a2dismod -xa '(__fish_print_debian_apache_mods)'
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@ complete -c a2dissite -s q -l quiet -d "Don't show informative messages"
|
|||
complete -c a2dissite -s p -l purge -d "Purge all traces of module"
|
||||
|
||||
complete -c a2dissite -xa '(__fish_print_debian_apache_sites)'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
complete -c a2enconf -s q -l quiet -d "Don't show informative messages"
|
||||
|
||||
complete -c a2enconf -xa '(__fish_print_debian_apache_confs)'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
complete -c a2enmod -s q -l quiet -d "Don't show informative messages"
|
||||
|
||||
complete -c a2enmod -xa '(__fish_print_debian_apache_mods)'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
complete -c a2ensite -s q -l quiet -d "Don't show informative messages"
|
||||
|
||||
complete -c a2ensite -xa '(__fish_print_debian_apache_sites)'
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
__fish_complete_lpr accept
|
||||
complete -c accept -s r -d 'Accept reason' -x
|
||||
|
||||
|
|
|
@ -30,4 +30,3 @@ complete -c alsactl -s b -l background -d 'Run the task in background'
|
|||
complete -c alsactl -s s -l syslog -d 'Use syslog for messages'
|
||||
complete -c alsactl -s n -l nice -d 'Set the process priority (see \'man nice\')' -a "(seq -20 19)"
|
||||
complete -c alsactl -s c -l sched-idle -d 'Set the process scheduling policy to idle (SCHED_IDLE)'
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@ function __fish_apt-cache_use_package -d 'Test if apt command should have packag
|
|||
end
|
||||
|
||||
complete -c apt-cache -n __fish_apt-cache_use_package -a '(__fish_print_packages)' -d Package
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@ complete -c apt-extracttemplates -s h -l help -d "Display help and exit"
|
|||
complete -r -c apt-extracttemplates -s t -d "Set temp dir"
|
||||
complete -r -c apt-extracttemplates -s c -d "Specify config file"
|
||||
complete -r -c apt-extracttemplates -s o -d "Specify options"
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@ complete -c apt-get -l allow-unauthenticated -d 'Ignore non-authenticated packag
|
|||
complete -c apt-get -s v -l version -d 'Display version and exit'
|
||||
complete -r -c apt-get -s c -l config-file -d 'Specify a config file'
|
||||
complete -r -c apt-get -s o -l option -d 'Set a config option'
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
complete -r -c apt-key -a add -d "Add a new key"
|
||||
complete -f -c apt-key -a del -d "Remove a key"
|
||||
complete -f -c apt-key -a list -d "List trusted keys"
|
||||
|
||||
|
|
|
@ -22,4 +22,3 @@ complete -f -c apt-listbugs -s y -l force-yes -d "Assume yes to all questions"
|
|||
complete -f -c apt-listbugs -s n -l force-no -d "Assume no to all questions"
|
||||
complete -c apt-listbugs -a list -d "List bugs from packages"
|
||||
complete -c apt-listbugs -a rss -d "List bugs in rss format"
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@ complete -f -c apt-proxy-import -s r -l recursive -d 'Recurse into subdir'
|
|||
complete -r -c apt-proxy-import -s i -l import-dir -a '(for i in */; echo $i; end)' -d 'Dir to import'
|
||||
complete -r -c apt-proxy-import -s u -l user -a '(__fish_complete_users)' -d 'Change to user'
|
||||
complete -r -c apt-proxy-import -s d -l debug -d 'Debug level[default 0]'
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@ complete -r -f -c apt-rdepends -l state-follow -d "Comma-separated list of packa
|
|||
complete -r -f -c apt-rdepends -l state-show -d "Comma-separated list of package installation states to show"
|
||||
complete -f -c apt-rdepends -l man -d "Display man page"
|
||||
complete -f -c apt-rdepends -l version -d "Display version and exit"
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#apt-setup
|
||||
complete -c apt-setup -a probe -d "Probe a CD"
|
||||
complete -c apt-setup -s N -d "Run in non-interactive mode"
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@ complete -r -c apt-show-versions -l status-file -d 'Read package from file'
|
|||
complete -r -c apt-show-versions -o stf -d 'Read package from file'
|
||||
complete -r -c apt-show-versions -l list-dir -a '(for i in */; echo $i; end) /var/lib/apt/lists /var/state/apt/lists' -d 'Specify APT list dir'
|
||||
complete -r -c apt-show-versions -o ld -a '(for i in */; echo $i; end) /var/lib/apt/lists /var/state/apt/lists' -d 'Specify APT list dir'
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@ complete -f -c apt-sortpkgs -s s -l source -d "Use source index field"
|
|||
complete -f -c apt-sortpkgs -s v -l version -d "Display version and exit"
|
||||
complete -r -c apt-sortpkgs -s c -l conf-file -d "Specify conffile"
|
||||
complete -r -f -c apt-sortpkgs -s o -l option -d "Set config options"
|
||||
|
||||
|
|
|
@ -16,5 +16,3 @@ complete -c apt-spy -s w -d "Write top servers to file"
|
|||
complete -f -c apt-spy -s n -d "Number of top servers"
|
||||
complete -f -c apt-spy -a update -d "Update mirror list"
|
||||
complete -f -c apt-spy -s v -d "Version number"
|
||||
|
||||
|
||||
|
|
|
@ -6,5 +6,3 @@ complete -f -c apt-zip-inst -s a -l aptgetaction -a "dselect-upgrade upgrade dis
|
|||
complete -c apt-zip-inst -s p -l packages -d "List of packages to install"
|
||||
complete -f -c apt-zip-inst -s f -l fix-broken -d "Fix broken option"
|
||||
complete -c apt-zip-inst -l skip-mount -d "Specify a non-mountpoint dir"
|
||||
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@ complete -c apt-zip-list -s M -l method -d "Select a method"
|
|||
complete -c apt-zip-list -s o -l options -a "tar restart" -d "Specify options"
|
||||
complete -c apt-zip-list -s A -l accept -a "http ftp" -d "Accept protocols"
|
||||
complete -c apt-zip-list -s R -l reject -a "http ftp" -d "Reject protocols"
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@ complete -r -c aptitude -s t -l target-release -d 'Set the release from which pa
|
|||
complete -r -c aptitude -s O -l sort -d 'Specify the order for the output from the search command'
|
||||
complete -r -c aptitude -s o -d 'Set a configuration file option directly'
|
||||
complete -r -c aptitude -s w -l width -d 'Specify the display width for the output from the search command'
|
||||
|
||||
|
|
|
@ -303,4 +303,3 @@ complete -f -c arc -n '__fish_arc_using_command liberate' -l library-name -d 'Se
|
|||
|
||||
### version
|
||||
complete -f -c arc -n __fish_arc_needs_command -a version -d 'Shows the current version of arcanist'
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@ complete -c arp -s D -l use-device -d "Use hardware address"
|
|||
complete -x -c arp -s i -l device -a "(__fish_print_interfaces)" -d "Select interface"
|
||||
complete -x -c arp -s s -l set -d "Manually create ARP address" -a "(__fish_print_hostnames)"
|
||||
complete -f -c arp -s f -l file -d "Take addr from filename, default /etc/ethers"
|
||||
|
||||
|
|
|
@ -23,4 +23,3 @@ complete -c asp -n "not __fish_seen_subcommand_from $commands" -a untrack -d "Re
|
|||
complete -c asp -n "__fish_seen_subcommand_from checkout {diff,short,}log export list-{arches,repos} show update" -a "(asp list-all | string replace -r '.*/' '')" -f
|
||||
complete -c asp -n "__fish_seen_subcommand_from checkout {diff,short,}log export list-{arches,repos} show update untrack" -a "(asp list-local | string replace -r '.*/' '')" -f \
|
||||
-d "Locally tracked package"
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@ complete -f -c at -s l -d "Alias for atq"
|
|||
complete -f -c at -s d -d "Alias for atrm"
|
||||
complete -f -c at -s v -d "Show the time"
|
||||
complete -f -c at -s c -d "Print the jobs listed"
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@ complete -f -c atd -s l -d "Limiting load factor"
|
|||
complete -f -c atd -s b -d "Minimum interval in seconds"
|
||||
complete -f -c atd -s d -d "Debug mode"
|
||||
complete -f -c atd -s s -d "Process at queue only once"
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#atq
|
||||
complete -f -c atq -s V -d "Display version and exit"
|
||||
complete -f -c atq -s q -d "Use specified queue"
|
||||
|
||||
|
|
|
@ -56,5 +56,3 @@ complete -c bind -s L -l list-modes -d 'Display a list of defined bind modes'
|
|||
|
||||
complete -c bind -n __fish_bind_test1 -a '(bind --key-names)' -d 'Key name' -x
|
||||
complete -c bind -n __fish_bind_test2 -a '(bind --function-names)' -d 'Function name' -x
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
__fish_complete_lpr cancel
|
||||
complete -c cancel -s u -d 'Cancel jobs owned by username' -xa '(__fish_complete_users)'
|
||||
|
||||
|
|
|
@ -86,4 +86,3 @@ complete -c cargo -x -n '__fish_seen_subcommand_from update' -l precise -d 'Upda
|
|||
|
||||
complete -c cargo -x -n '__fish_seen_subcommand_from yank' -l vers -d 'The version to yank or un-yank'
|
||||
complete -c cargo -n '__fish_seen_subcommand_from yank' -l undo -d 'Undo a yank, putting a version back into the index'
|
||||
|
||||
|
|
|
@ -18,4 +18,4 @@ else # OS X
|
|||
complete -c cat -s t -d "Show unprintables; tab as '^I'"
|
||||
complete -c cat -s u -d "Disable output buffering"
|
||||
complete -c cat -s v -d "Escape non-printing chars"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -88,5 +88,3 @@ complete -c cdrecord -o copy -d "All TOC entries for subsequent audio tracks of
|
|||
complete -c cdrecord -o nocopy -d "All TOC entries for subsequent audio tracks of the resulting CD will indicate that the audio data has permission to be copied only once for personal use"
|
||||
complete -c cdrecord -o scms -d "All TOC entries for subsequent audio tracks of the resulting CD will indicate that the audio data has no permission to be copied"
|
||||
complete -c cdrecord -a "tsize=" -d "If the master image for the next track has been stored on a raw disk, use this option to specify the valid amount of data on this disk"
|
||||
|
||||
|
||||
|
|
|
@ -73,4 +73,3 @@ complete -f -n __fish_climate_has_no_argument -c climate -a disk -d 'Find disk u
|
|||
complete -f -n __fish_climate_has_no_argument -c climate -a get-pids -d 'Get all PIDs for a process name'
|
||||
complete -f -n __fish_climate_has_no_argument -c climate -a trash-size -d 'Find the trash size'
|
||||
complete -f -n __fish_climate_has_no_argument -c climate -a empty -d 'Empty the trash'
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
complete -c colorsvn -w svn
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
complete -c continue -s h -l help -d 'Display help and exit'
|
||||
|
||||
|
|
|
@ -15,5 +15,3 @@ complete -c cowsay -s s -d "Stoned cow"
|
|||
complete -c cowsay -s t -d "Tired cow"
|
||||
complete -c cowsay -s w -d "Wired cow"
|
||||
complete -c cowsay -s y -d "Young cow"
|
||||
|
||||
|
||||
|
|
|
@ -15,5 +15,3 @@ complete -c cowthink -s s -d "Stoned cow"
|
|||
complete -c cowthink -s t -d "Tired cow"
|
||||
complete -c cowthink -s w -d "Wired cow"
|
||||
complete -c cowthink -s y -d "Young cow"
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
__fish_complete_lpr cupsaccept
|
||||
complete -c cupsaccept -s r -d 'Accept reason' -x
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@ complete -c cupsdisable -s c -d 'Cancels all jobs on the named destination'
|
|||
complete -c cupsdisable -l hold -d 'Holds remaining jobs on the named printer'
|
||||
complete -c cupsdisable -l release -d 'Releases pending jobs for printing'
|
||||
complete -c cupsdisable -s r -d 'Disable reason' -x
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@ complete -c cupsenable -s c -d 'Cancels all jobs on the named destination'
|
|||
complete -c cupsenable -l hold -d 'Holds remaining jobs on the named printer'
|
||||
complete -c cupsenable -l release -d 'Releases pending jobs for printing'
|
||||
complete -c cupsenable -s r -d 'Cancel reason' -x
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
__fish_complete_lpr cupsreject
|
||||
complete -c cupsreject -s r -d 'Reject reason' -x
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@ complete -c cut -l output-delimiter -x -d "Select output delimiter"
|
|||
complete -c cut -s z -l zero-terminated -d "line delimiter is NUL, not newline"
|
||||
complete -c cut -l help -d "Display help and exit"
|
||||
complete -c cut -l version -d "Display version and exit"
|
||||
|
||||
|
|
|
@ -507,6 +507,3 @@ complete -c cvs -n 'contains \'watch\' (commandline -poc)' -s a -x -a 'add remov
|
|||
|
||||
complete -c cvs -n 'contains \'watchers\' (commandline -poc)' -s l -d 'Process this directory only (not recursive).'
|
||||
complete -c cvs -n 'contains \'watchers\' (commandline -poc)' -s R -d 'Process directories recursively (default).'
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -38,4 +38,3 @@ else
|
|||
complete -c date -s t -d "Set system's minutes west of GMT" -x
|
||||
complete -c date -s f -d 'Use format string to parse date' -f
|
||||
end
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
complete -c djview -x -a "(__fish_complete_suffix .djvu)"
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
|
||||
complete -c djview4 -x -a "(__fish_complete_suffix .djvu)"
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@ complete -c dlocate -s S -x -d 'List records that match filenames'
|
|||
complete -c dlocate -s L -d 'List all files in the package' -xa '(__fish_print_packages)'
|
||||
complete -c dlocate -o ls -d 'ls -ldF all files in the package' -xa '(__fish_print_packages)'
|
||||
complete -c dlocate -o du -d 'du -sck all files in the package' -xa '(__fish_print_packages)'
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@ complete -c du -l exclude -r -d "Exclude files that match pattern"
|
|||
complete -c du -l max-depth -r -d "Recursion limit"
|
||||
complete -c du -l help -d "Display help and exit"
|
||||
complete -c du -l version -d "Display version and exit"
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@ complete --command duply --no-files --long-option preview -d 'Do nothing but pri
|
|||
complete --command duply --no-files --long-option dry-run -d 'Calculate what would be done, but don''t perform any actions'
|
||||
complete --command duply --no-files --long-option allow-source-mismatch -d 'Don''t abort when backup different dirs to the same backend'
|
||||
complete --command duply --no-files --long-option verbosity --arguments '0 2 4 8 9' -d 'Output verbosity level'
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
complete -c elatex -w tex
|
||||
|
||||
|
|
|
@ -151,4 +151,3 @@ complete -c eopkg -s p -l password -x
|
|||
complete -c eopkg -s u -l username -x
|
||||
complete -c eopkg -s v -l verbose -d "Detailed output"
|
||||
complete -c eopkg -s y -l yes-all -d "Assume yes for all yes/no queries"
|
||||
|
||||
|
|
|
@ -79,5 +79,3 @@ complete -c flac -l no-seektable
|
|||
complete -c flac -l no-silent -d "Write runtime encode/decode statistics"
|
||||
complete -c flac -l no-force -d "Don't force overwriting of output files"
|
||||
complete -c flac -l no-verify -d "Don't verify a correct encoding"
|
||||
|
||||
|
||||
|
|
|
@ -19,4 +19,3 @@ complete -c fuser -s v -l verbose -d 'Verbose mode'
|
|||
complete -c fuser -s V -d 'Print version and exit'
|
||||
complete -c fuser -s 4 -l ipv4 -d 'Search only for IPv4 sockets'
|
||||
complete -c fuser -s 6 -l ip64 -d 'Search only for IPv6 sockets'
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@ complete -c fusermount -s o -x -d "Mount options"
|
|||
complete -c fusermount -s u -d Unmount
|
||||
complete -c fusermount -s q -d Quiet
|
||||
complete -c fusermount -s z -d "Lazy unmount"
|
||||
|
||||
|
|
|
@ -190,4 +190,3 @@ complete $update_opt -s P -l trust-policy -d "Specify gem trust policy" -x
|
|||
complete $update_opt -l ignore-dependencies -d "Do not install any required dependent gems"
|
||||
complete $update_opt -s y -l include-dependencies -d "Unconditionally install the required dependent gems"
|
||||
complete $update_opt -l system -d "Update the RubyGems system software"
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@ complete -c gpasswd -s r -l remove-password -d 'Remove the GROUP\'s password'
|
|||
complete -c gpasswd -s R -l restrict -d 'Restrict access to GROUP to its members'
|
||||
complete -c gpasswd -s M -l members -d 'Set the list of members of GROUP' -xa '(__fish_complete_list , __fish_complete_users)'
|
||||
complete -c gpasswd -s A -l administrators -d 'set the list of administrators for GROUP' -xa '(__fish_complete_list , __fish_complete_users)'
|
||||
|
||||
|
|
|
@ -25,4 +25,3 @@ complete -c grub-mkrescue -l xorriso -r -d "Use given file as xorriso"
|
|||
complete -c grub-mkrescue -l help -s '?' -d "Show help"
|
||||
complete -c grub-mkrescue -l usage -d "Show short usage message"
|
||||
complete -c grub-mkrescue -l version -s V -d "Show program version"
|
||||
|
||||
|
|
|
@ -28,4 +28,3 @@ complete -c grunt -l no-write -d "Disable writing files (dry run)"
|
|||
complete -c grunt -s v -l verbose -d "Verbose mode. A lot more information output"
|
||||
complete -c grunt -s V -l version -d "Print the grunt version. Combine with --verbose for more info"
|
||||
complete -c grunt -l completion -d "Output shell auto-completion rules."
|
||||
|
||||
|
|
|
@ -16,4 +16,3 @@ complete -c gunzip -s S -l suffix -r -d Suffix
|
|||
complete -c gunzip -s t -l test -d "Check integrity"
|
||||
complete -c gunzip -s v -l verbose -d "Display compression ratios"
|
||||
complete -c gunzip -s V -l version -d "Display version and exit"
|
||||
|
||||
|
|
|
@ -47,4 +47,3 @@ complete -c gv -l widgetless -d 'Shortcut for --style=gv_widgetless.dat'
|
|||
complete -c gv -l fullscreen -d 'Start in fullscreen mode (needs support from WM)'
|
||||
complete -c gv -l presentation -d 'Presentation mode '
|
||||
complete -c gv -l version -d 'Show gv version and exit'
|
||||
|
||||
|
|
|
@ -20,4 +20,3 @@ complete -c gzip -s v -l verbose -d "Display compression ratios"
|
|||
complete -c gzip -s V -l version -d "Display version and exit"
|
||||
complete -c gzip -s 1 -l fast -d "Use fast setting"
|
||||
complete -c gzip -s 9 -l best -d "Use high compression setting"
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@ complete -c iconv -s o -l output -d "Output file" -r
|
|||
complete -c iconv -l verbose -d "Print progress information"
|
||||
complete -c iconv -l help -d "Display version and exit"
|
||||
complete -c iconv -l version -d "Display help and exit"
|
||||
|
||||
|
|
|
@ -5,4 +5,3 @@ complete -c id -s r -l real -d "Print real ID, not effective"
|
|||
complete -c id -s u -l user -d "Print effective user ID"
|
||||
complete -c id -l help -d "Display help and exit"
|
||||
complete -c id -l version -d "Display version and exit"
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ complete -f -c iex -l cookie -d "Sets a cookie for this distributed node"
|
|||
complete -f -c iex -l hidden -d "Makes a hidden node"
|
||||
complete -f -c iex -l detached -d "Starts the Erlang VM detached from console"
|
||||
complete -f -c iex -l remsh -d "Connects to a node using a remote shell"
|
||||
complete -c iex -l dot-iex -d "Overrides default .iex file and uses path instead; path can be empty, then no file will be loaded"
|
||||
complete -c iex -l dot-iex -d "Overrides default .iex file and uses path instead; path can be empty, then no file will be loaded"
|
||||
|
|
|
@ -28,4 +28,3 @@ complete -c ifdata -o soc -d 'Print # of out carrier loss'
|
|||
complete -c ifdata -o som -d 'Print # of out multicast'
|
||||
complete -c ifdata -o bips -d 'Print # of incoming bytes per second'
|
||||
complete -c ifdata -o bops -d 'Print # of outgoing bytes per second'
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
complete -c latex -w tex
|
||||
|
||||
|
|
|
@ -69,4 +69,3 @@ complete -c latexmk -o view=dvi -d 'viewer is for dvi'
|
|||
complete -c latexmk -o view=none -d 'no viewer is used'
|
||||
complete -c latexmk -o view=ps -d 'viewer is for ps'
|
||||
complete -c latexmk -o view=pdf -d 'viewer is for pdf'
|
||||
|
||||
|
|
|
@ -42,4 +42,3 @@ complete --command launchctl -n __fish_use_subcommand -xa "error\tPrints a descr
|
|||
complete --command launchctl -n __fish_use_subcommand -xa "variant\tPrints the launchd variant"
|
||||
complete --command launchctl -n __fish_use_subcommand -xa "version\tPrints the launchd version"
|
||||
complete --command launchctl -n __fish_use_subcommand -xa "help\tPrints the usage for a given subcommand"
|
||||
|
||||
|
|
|
@ -49,4 +49,3 @@ complete -c less -s z -l window -d "Max scroll window" -r -a "1 2 3 4 5 6 7 8 9
|
|||
complete -c less -s \" -l quotes -d "Set quote char" -r
|
||||
complete -c less -s \~ -l tilde -d "Lines after EOF are blank"
|
||||
complete -c less -s \# -l shift -d "Characters to scroll on left/right arrows" -a "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19"
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ complete -c localectl -s H -l host -d 'Execute the operation on a remote host'
|
|||
complete -c localectl -s h -l help -d 'Print a short help text and exit'
|
||||
complete -c localectl -l version -d 'Print a short version string and exit'
|
||||
complete -c localectl -l no-pager -d 'Do not pipe output into a pager'
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@ complete -c logkeys -l no-func-keys -d 'Log only character key presses'
|
|||
complete -c logkeys -l no-timestamps -d 'No timestamp to each line of log'
|
||||
complete -c logkeys -l post-size -d 'On SIZE, rotate current logfile'
|
||||
complete -c logkeys -l post-http -d 'POST the log file to URL'
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@ complete -c lp -s s -d 'Do not report the resulting job IDs (silent mode)'
|
|||
complete -c lp -s t -d 'Sets the job name' -x
|
||||
complete -c lp -s H -d 'Specifies when the job should be printed' -xa 'hold immediate restart resume HH:MM'
|
||||
complete -c lp -s P -d 'Specify the page ranges' -x
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
__fish_complete_lpr lpmove
|
||||
|
||||
|
|
|
@ -13,4 +13,3 @@ complete -c lpstat -s s -d 'Shows a status summary, including the default destin
|
|||
complete -c lpstat -s t -d 'Shows all status information'
|
||||
complete -c lpstat -s u -d 'Shows a list of print jobs queued by the specified users' -xa '(__fish_complete_users)'
|
||||
complete -c lpstat -s v -d 'Shows the printers and what device they are attached to' -xa '(__fish_print_lpr_printers)'
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
complete -c lualatex -w tex
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@ complete -c lxpanel -s h -l help -d 'print this help and exit'
|
|||
complete -c lxpanel -s v -l version -d 'print version and exit'
|
||||
complete -c lxpanel -s p -l profile -d 'use specified profile' -xa '(find ~/.config/lxpanel/ -maxdepth 1 -mindepth 1 -type d -printf "%f\n")'
|
||||
complete -c lxpanel -l log -r -d 'set log level 0-5. 0 - none 5 - chatty'
|
||||
|
||||
|
|
|
@ -54,4 +54,3 @@ complete -c make -s t -d "Touch files, don't run commands"
|
|||
complete -c make -s v -d "Display version and exit"
|
||||
complete -c make -s w -d "Print working directory"
|
||||
complete -c make -s W -r -d "Pretend file is modified"
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@ complete -c makedepend -s s -r -d "Starting string delimiter"
|
|||
complete -c makedepend -s w -r -d "Line width"
|
||||
complete -c makedepend -s v -d "Verbose mode"
|
||||
complete -c makedepend -s m -d "Warn about multiple inclusion"
|
||||
|
||||
|
|
|
@ -34,4 +34,3 @@ complete -xc man -s p -d Preprocessors
|
|||
complete -c man -s t -d "Format for printing"
|
||||
complete -c man -s w -l path -d "Only print locations"
|
||||
complete -c man -s W -d "Only print locations"
|
||||
|
||||
|
|
|
@ -23,4 +23,3 @@ complete -c mkinitcpio -s t -l builddir -d 'Use tmpdir as the temporary build di
|
|||
complete -c mkinitcpio -s V -l version -d 'Display version information'
|
||||
complete -c mkinitcpio -s v -l verbose -d 'Verbose output'
|
||||
complete -c mkinitcpio -s z -l compress -d 'Override the compression method with the compress program'
|
||||
|
||||
|
|
|
@ -20,4 +20,3 @@ complete -c modprobe -l set-version -d "Specify kernel version"
|
|||
complete -c modprobe -l show-depends -d "List dependencies of module"
|
||||
complete -c modprobe -s o -l name -d "Rename module"
|
||||
complete -c modprobe -l first-time -d "Fail if inserting already loaded module"
|
||||
|
||||
|
|
|
@ -33,4 +33,3 @@ complete -c msgfmt -s h -l help -d "Display help and exit"
|
|||
complete -c msgfmt -s V -l version -d "Display version and exit"
|
||||
complete -c msgfmt -l statistics -d "Print statistics about translations"
|
||||
complete -c msgfmt -l verbose -d "Increase verbosity level"
|
||||
|
||||
|
|
|
@ -5,4 +5,3 @@ complete -c nice -a "(__fish_complete_subcommand -- -n --adjustment)" -d Command
|
|||
complete -c nice -s n -l adjustment -n __fish_no_arguments -d "Add specified amount to niceness value" -x
|
||||
complete -c nice -l help -n __fish_no_arguments -d "Display help and exit"
|
||||
complete -c nice -l version -n __fish_no_arguments -d "Display version and exit"
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@ complete -c nm -l target -d 'Specify the target object format as BFDNAME'
|
|||
complete -c nm -s u -l undefined-only -d 'Display only undefined symbols'
|
||||
complete -c nm -s h -l help -d 'Display this information'
|
||||
complete -c nm -s V -l version -d "Display this program's version number"
|
||||
|
||||
|
|
|
@ -30,4 +30,3 @@ complete -c oggenc -s t -l title -x -d "Title of track"
|
|||
complete -c oggenc -s l -l album -x -d "Name of album"
|
||||
complete -c oggenc -s a -l artist -x -d "Name of artist"
|
||||
complete -c oggenc -s G -l genre -x -d "Genre of track"
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
complete -c omega -w tex
|
||||
|
||||
|
|
|
@ -131,4 +131,3 @@ complete -c pandoc -x -l reference-location -a "block section document"
|
|||
complete -c pandoc -x -l top-level-division -a "default section chapter part"
|
||||
complete -c pandoc -x -l email-obfuscation -a "none javascript references"
|
||||
complete -c pandoc -x -l pdf-engine -a "$pdfengines"
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@ complete -c pbget -l dir -d 'Set the output directory'
|
|||
complete -c pbget -l help -d 'Display this message'
|
||||
complete -c pbget -l upgradable -d 'Search for upgradable packages'
|
||||
complete -c pbget -l testing -d 'Search the ABS testing branches'
|
||||
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
complete -c pdfelatex -w tex
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
complete -c pdfetex -w tex
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
complete -c pdflatex -w tex
|
||||
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
complete -c pdftex -w tex
|
||||
|
||||
|
||||
|
|
|
@ -27,4 +27,3 @@ complete -c ping -s v -d "Verbose mode"
|
|||
complete -c ping -s V -d "Display version and exit"
|
||||
complete -c ping -s w -d "Specify a timeout, in seconds, before ping exits regardless of how many packets have been sent or received" -x
|
||||
complete -c ping -s W -d "Time to wait for a response, in seconds" -x
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@ complete -c pkg_add -o a -d 'Automated package installation'
|
|||
complete -c pkg_add -o h -d 'Print help'
|
||||
complete -c pkg_add -o u -d 'Update packages'
|
||||
complete -c pkg_add -o z -d 'Fuzzy match'
|
||||
|
||||
|
|
|
@ -5,4 +5,3 @@ complete -c pkgadd -o f -l force -d 'Force installation, overwriting'
|
|||
complete -c pkgadd -o r -l root -d 'Alternative installation root'
|
||||
complete -c pkgadd -o v -l version -d 'Print version'
|
||||
complete -c pkgadd -o h -l help -d 'Print help'
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@ complete -f -c pkgmk -o kw -l keep-work -d 'Keep working dir'
|
|||
complete -f -c pkgmk -o cf -l config-file -r -d 'Use another config'
|
||||
complete -f -c pkgmk -o v -l version -d 'Print version'
|
||||
complete -f -c pkgmk -o h -l help -d 'Print help'
|
||||
|
||||
|
|
|
@ -42,4 +42,3 @@ complete -c ps -s m -d 'Show threads after processes'
|
|||
complete -c ps -s V -l version -d "Display version and exit"
|
||||
complete -c ps -l help -d "Display help and exit"
|
||||
complete -c ps -l info -d "Display debug info"
|
||||
|
||||
|
|
|
@ -15,4 +15,3 @@ complete -c pydf -l bw -d 'do not use colours'
|
|||
complete -c pydf -l mounts -r -d 'file to get mount information from. On normal Linux systems only /etc/mtab or /proc/mounts make sense. Some other Unices use /etc/mnttab. Use /proc/mounts when /etc/mtab is corrupted or inaccessible (the output looks a bit weird in this case).'
|
||||
complete -c pydf -s B -l show-binds -d 'show \'mount --bind\' mounts'
|
||||
complete -c pydf -s i -l inodes -d 'show inode instead of block usage'
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
__fish_complete_lpr reject
|
||||
complete -c reject -s r -d 'Reject reason' -x
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user