Skip to content

Commit 78c9482

Browse files
committed
Reformat share/**.fish with newlines collapsed
1 parent f93a3e9 commit 78c9482

File tree

127 files changed

+0
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+0
-222
lines changed

share/completions/abbr.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ complete -c abbr -f -n $__fish_abbr_not_add_cond -s s -l show -d 'Print all abbr
1111
complete -c abbr -f -n $__fish_abbr_not_add_cond -s l -l list -d 'Print all abbreviation names'
1212
complete -c abbr -f -n $__fish_abbr_not_add_cond -s h -l help -d Help
1313

14-
1514
complete -c abbr -f -n $__fish_abbr_add_cond -s p -l position -a 'command anywhere' -d 'Expand only as a command, or anywhere' -x
1615
complete -c abbr -f -n $__fish_abbr_add_cond -s f -l function -d 'Treat expansion argument as a fish function' -xa '(functions)'
1716
complete -c abbr -f -n $__fish_abbr_add_cond -s r -l regex -d 'Match a regular expression' -x

share/completions/adb.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ function __fish_adb_list_packages
5959
__fish_adb_run_command pm list packages 2\>/dev/null | string replace 'package:' ''
6060
end
6161

62-
6362
function __fish_adb_list_uninstallable_packages
6463
# -3 doesn't exactly mean show uninstallable, but it's the closest you can get to with pm list
6564
__fish_adb_run_command pm list packages -3 | string replace 'package:' ''

share/completions/ansible-vault.fish

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
function __fish_ansible_vault_no_subcommand -d 'Test if ansible-vault has yet to be given the subcommand'
32
commandline -pc | not string match --regex '[^-]\b(?:create|decrypt|edit|encrypt|encrypt_string|rekey|view)\b'
43
end
@@ -10,7 +9,6 @@ function __fish_ansible_vault_using_command
109
contains -- "$cmd" $argv
1110
end
1211

13-
1412
# generic options
1513
complete -c ansible-vault -l version -d "Display version and exit"
1614
complete -c ansible-vault -s h -l help -f -d "Show help message and exit"

share/completions/apkanalyzer.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -l manifest_subcommands print application-id version-name version-code min-s
66
set -l dex_subcommands list references packages code
77
set -l resources_subcommands package configs value name xml
88

9-
109
complete -f -n "not __fish_seen_subcommand_from $subcommands" -c apkanalyzer -a apk -d 'Analyze APK file attributes'
1110
complete -f -n "not __fish_seen_subcommand_from $subcommands" -c apkanalyzer -a files -d 'Analyze the files inside the APK file'
1211
complete -f -n "not __fish_seen_subcommand_from $subcommands" -c apkanalyzer -a manifest -d 'Analyze the contents of the manifest file'

share/completions/apt-build.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#apt-build
32
complete -c apt-build -l help -d "Display help and exit"
43
complete -f -c apt-build -a update -d "Update list of packages"

share/completions/apt-extracttemplates.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#apt-extracttemplates
32
complete -c apt-extracttemplates -s h -l help -d "Display help and exit"
43
complete -r -c apt-extracttemplates -s t -d "Set temp dir"

share/completions/block.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
complete -c block -s h -l help -d 'Display help and exit'
32
complete -c block -s e -l erase -d 'Remove the topmost global event block'
43
complete -c block -s l -l local -d 'Create a local (automatically erased) event block'

share/completions/break.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
complete -c break -s h -l help -d 'Display help and exit'

share/completions/bzr.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# see https://github.com/fish-shell/fish-shell/blob/master/share/functions/__fish_seen_subcommand_from.fish
33
# and https://github.com/fish-shell/fish-shell/blob/master/share/functions/__fish_use_subcommand.fish
44

5-
65
# help commands
76
complete -f -c bzr -n __fish_use_subcommand -a help -d 'Show help'
87
complete -f -c bzr -n '__fish_seen_subcommand_from help' -a topics -d 'List all help topics'

share/completions/canto.fish

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
function __fish_canto_using_command
32
set -l cmd (commandline -xpc)
43
if test (count $cmd) -gt 1
@@ -14,7 +13,6 @@ function __fish_canto_using_command
1413
return 1
1514
end
1615

17-
1816
complete -f -c canto -s h -l help -d 'Show Help'
1917
complete -f -c canto -s v -l version -d 'Show version'
2018
complete -f -c canto -s u -l update -d 'Update before running'

share/completions/cargo.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ end
4747
complete -c cargo -n '__fish_seen_subcommand_from add install' -n '__fish_is_nth_token 2' \
4848
-a "(__fish_cargo_search (commandline -ct))"
4949

50-
5150
## --- AUTO-GENERATED WITH `cargo complete fish` ---
5251
# Manually massaged to improve some descriptions
5352
complete -c cargo -n __fish_use_subcommand -l explain -d 'Run `rustc --explain CODE`'

share/completions/commandline.fish

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
complete -c commandline -s h -l help -d "Display help and exit"
32
complete -c commandline -s a -l append -d "Add text to the end of the selected area"
43
complete -c commandline -s i -l insert -d "Add text at cursor"
@@ -25,5 +24,4 @@ complete -c commandline -s P -l paging-mode -d "Return true if showing pager con
2524
complete -c commandline -l paging-full-mode -d "Return true if pager is showing all content"
2625
complete -c commandline -l is-valid -d "Return true if the command line is syntactically valid and complete"
2726

28-
2927
complete -c commandline -n '__fish_contains_opt -s f function' -a '(bind --function-names)' -d 'Function name' -x

share/completions/continue.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
complete -c continue -s h -l help -d 'Display help and exit'

share/completions/cowsay.fish

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
complete -c cowsay -s e -d "Specify eye string" -r
42
complete -c cowsay -s f -d "Specify cow file" -x -a '(cowsay -l | tail -n +2 | string split " ")'
53
complete -c cowsay -s h -d "Display help and exit"

share/completions/cowthink.fish

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
complete -c cowthink -s e -d "Specify eye string" -r
42
complete -c cowthink -s f -d "Specify cow file" -x -a '(cowthink -l | tail -n +2 | string split " ")'
53
complete -c cowthink -s h -d "Display help and exit"

share/completions/cvs.fish

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#
32
# Completions for the cvs command
43
# This file was autogenerated by the file make_vcs_completions.fish
@@ -9,7 +8,6 @@
98
# Completions from commandline
109
#
1110

12-
1311
#
1412
# Global switches
1513
#
@@ -72,15 +70,13 @@ complete -c cvs -n __fish_use_subcommand -x -a version -d 'Show current CVS vers
7270
complete -c cvs -n __fish_use_subcommand -x -a watch -d 'Set watches'
7371
complete -c cvs -n __fish_use_subcommand -x -a watchers -d 'See who is watching a file'
7472

75-
7673
#
7774
# Completions for the 'add' subcommand
7875
#
7976

8077
complete -c cvs -n 'contains \'add\' (commandline -pxc)' -s k -x -d 'Use "rcs-kflag" to add the file with the specified'
8178
complete -c cvs -n 'contains \'add\' (commandline -pxc)' -s m -x -d 'Use "message" for the creation log.'
8279

83-
8480
#
8581
# Completions for the 'admin' subcommand
8682
#
@@ -105,7 +101,6 @@ complete -c cvs -n 'contains \'admin\' (commandline -pxc)' -s t -d '-string Set
105101
complete -c cvs -n 'contains \'admin\' (commandline -pxc)' -s u -d '[rev] Unlock the revision (latest revision on branch,'
106102
complete -c cvs -n 'contains \'admin\' (commandline -pxc)' -s U -d 'Unset strict locking.'
107103

108-
109104
#
110105
# Completions for the 'annotate' subcommand
111106
#
@@ -117,7 +112,6 @@ complete -c cvs -n 'contains \'annotate\' (commandline -pxc)' -s F -d 'Annotate
117112
complete -c cvs -n 'contains \'annotate\' (commandline -pxc)' -s r -x -d 'Annotate file as of specified revision/tag.'
118113
complete -c cvs -n 'contains \'annotate\' (commandline -pxc)' -s D -x -d 'Annotate file as of specified date.'
119114

120-
121115
#
122116
# Completions for the 'checkout' subcommand
123117
#
@@ -138,7 +132,6 @@ complete -c cvs -n 'contains \'checkout\' (commandline -pxc)' -s d -x -a '(__fis
138132
complete -c cvs -n 'contains \'checkout\' (commandline -pxc)' -s k -x -d 'Use RCS kopt -k option on checkout. (is sticky)'
139133
complete -c cvs -n 'contains \'checkout\' (commandline -pxc)' -s j -x -d 'Merge in changes made between current revision and rev.'
140134

141-
142135
#
143136
# Completions for the 'commit' subcommand
144137
#
@@ -151,7 +144,6 @@ complete -c cvs -n 'contains \'commit\' (commandline -pxc)' -s F -x -d 'Read the
151144
complete -c cvs -n 'contains \'commit\' (commandline -pxc)' -s m -x -d 'Log message.'
152145
complete -c cvs -n 'contains \'commit\' (commandline -pxc)' -s r -x -d 'Commit to this branch or trunk revision.'
153146

154-
155147
#
156148
# Completions for the 'diff' subcommand
157149
#
@@ -196,7 +188,6 @@ complete -c cvs -n 'contains \'diff\' (commandline -pxc)' -s - -d 'Horizon-lines
196188
complete -c cvs -n 'contains \'diff\' (commandline -pxc)' -s d -d '--minimal Try hard to find a smaller set of changes.'
197189
complete -c cvs -n 'contains \'diff\' (commandline -pxc)' -s H -d '--speed-large-files Assume large files and many scattered small changes.'
198190

199-
200191
#
201192
# Completions for the 'edit' subcommand
202193
#
@@ -207,15 +198,13 @@ complete -c cvs -n 'contains \'edit\' (commandline -pxc)' -s a -d 'Specify actio
207198
complete -c cvs -n 'contains \'edit\' (commandline -pxc)' -s c -d 'Check for <file>s edited by others and abort if found.'
208199
complete -c cvs -n 'contains \'edit\' (commandline -pxc)' -s f -d 'Allow edit if <file>s are edited by others (default).'
209200

210-
211201
#
212202
# Completions for the 'editors' subcommand
213203
#
214204

215205
complete -c cvs -n 'contains \'editors\' (commandline -pxc)' -s l -d 'Process this directory only (not recursive).'
216206
complete -c cvs -n 'contains \'editors\' (commandline -pxc)' -s R -d 'Process directories recursively (default).'
217207

218-
219208
#
220209
# Completions for the 'export' subcommand
221210
#
@@ -230,7 +219,6 @@ complete -c cvs -n 'contains \'export\' (commandline -pxc)' -s D -x -d 'Export r
230219
complete -c cvs -n 'contains \'export\' (commandline -pxc)' -s d -x -a '(__fish_complete_directories (commandline -ct))' -d 'Export into dir instead of module name.'
231220
complete -c cvs -n 'contains \'export\' (commandline -pxc)' -s k -x -d 'Use RCS kopt -k option on checkout.'
232221

233-
234222
#
235223
# Completions for the 'history' subcommand
236224
#
@@ -254,7 +242,6 @@ complete -c cvs -n 'contains \'history\' (commandline -pxc)' -s t -x -d 'Since t
254242
complete -c cvs -n 'contains \'history\' (commandline -pxc)' -s u -x -a '(__fish_complete_users)' -d 'For user name (repeatable)'
255243
complete -c cvs -n 'contains \'history\' (commandline -pxc)' -s z -x -d 'Output for time zone <tz> (e.g. -z -0700)'
256244

257-
258245
#
259246
# Completions for the 'import' subcommand
260247
#
@@ -267,19 +254,14 @@ complete -c cvs -n 'contains \'import\' (commandline -pxc)' -s b -x -d 'Vendor b
267254
complete -c cvs -n 'contains \'import\' (commandline -pxc)' -s m -x -d 'Log message.'
268255
complete -c cvs -n 'contains \'import\' (commandline -pxc)' -s W -x -d 'Wrappers specification line.'
269256

270-
271257
#
272258
# Completions for the 'init' subcommand
273259
#
274260

275-
276-
277261
#
278262
# Completions for the 'kserver' subcommand
279263
#
280264

281-
282-
283265
#
284266
# Completions for the 'log' subcommand
285267
#
@@ -298,19 +280,14 @@ complete -c cvs -n 'contains \'log\' (commandline -pxc)' -s d -x -d 'A semicolon
298280
complete -c cvs -n 'contains \'log\' (commandline -pxc)' -s s -x -d 'Only list revisions with specified states.'
299281
complete -c cvs -n 'contains \'log\' (commandline -pxc)' -s w -d '[logins]'
300282

301-
302283
#
303284
# Completions for the 'login' subcommand
304285
#
305286

306-
307-
308287
#
309288
# Completions for the 'logout' subcommand
310289
#
311290

312-
313-
314291
#
315292
# Completions for the 'ls' subcommand
316293
#
@@ -323,14 +300,12 @@ complete -c cvs -n 'contains \'ls\' (commandline -pxc)' -s R -d 'List recursivel
323300
complete -c cvs -n 'contains \'ls\' (commandline -pxc)' -s r -x -d 'Show files with revision or tag.'
324301
complete -c cvs -n 'contains \'ls\' (commandline -pxc)' -s D -x -d 'Show files from date.'
325302

326-
327303
#
328304
# Completions for the 'pserver' subcommand
329305
#
330306

331307
complete -c cvs -n 'contains \'pserver\' (commandline -pxc)' -s c -x -d 'Path to an alternative CVS config file.'
332308

333-
334309
#
335310
# Completions for the 'rannotate' subcommand
336311
#
@@ -342,7 +317,6 @@ complete -c cvs -n 'contains \'rannotate\' (commandline -pxc)' -s F -d 'Annotate
342317
complete -c cvs -n 'contains \'rannotate\' (commandline -pxc)' -s r -x -d 'Annotate file as of specified revision/tag.'
343318
complete -c cvs -n 'contains \'rannotate\' (commandline -pxc)' -s D -x -d 'Annotate file as of specified date.'
344319

345-
346320
#
347321
# Completions for the 'rdiff' subcommand
348322
#
@@ -360,14 +334,12 @@ complete -c cvs -n 'contains \'rdiff\' (commandline -pxc)' -s k -x -d 'Specify k
360334
complete -c cvs -n 'contains \'rdiff\' (commandline -pxc)' -s D -x -d 'Date.'
361335
complete -c cvs -n 'contains \'rdiff\' (commandline -pxc)' -s r -x -d 'Revision - symbolic or numeric.'
362336

363-
364337
#
365338
# Completions for the 'release' subcommand
366339
#
367340

368341
complete -c cvs -n 'contains \'release\' (commandline -pxc)' -s d -d 'Delete the given directory.'
369342

370-
371343
#
372344
# Completions for the 'remove' subcommand
373345
#
@@ -376,7 +348,6 @@ complete -c cvs -n 'contains \'remove\' (commandline -pxc)' -s f -d 'Delete the
376348
complete -c cvs -n 'contains \'remove\' (commandline -pxc)' -s l -d 'Process this directory only (not recursive).'
377349
complete -c cvs -n 'contains \'remove\' (commandline -pxc)' -s R -d 'Process directories recursively.'
378350

379-
380351
#
381352
# Completions for the 'rlog' subcommand
382353
#
@@ -395,7 +366,6 @@ complete -c cvs -n 'contains \'rlog\' (commandline -pxc)' -s d -x -d 'A semicolo
395366
complete -c cvs -n 'contains \'rlog\' (commandline -pxc)' -s s -x -d 'Only list revisions with specified states.'
396367
complete -c cvs -n 'contains \'rlog\' (commandline -pxc)' -s w -d '[logins]'
397368

398-
399369
#
400370
# Completions for the 'rls' subcommand
401371
#
@@ -408,7 +378,6 @@ complete -c cvs -n 'contains \'rls\' (commandline -pxc)' -s R -d 'List recursive
408378
complete -c cvs -n 'contains \'rls\' (commandline -pxc)' -s r -x -d 'Show files with revision or tag.'
409379
complete -c cvs -n 'contains \'rls\' (commandline -pxc)' -s D -x -d 'Show files from date.'
410380

411-
412381
#
413382
# Completions for the 'rtag' subcommand
414383
#
@@ -425,14 +394,12 @@ complete -c cvs -n 'contains \'rtag\' (commandline -pxc)' -s R -d 'Process direc
425394
complete -c cvs -n 'contains \'rtag\' (commandline -pxc)' -s r -x -d 'Existing revision/tag.'
426395
complete -c cvs -n 'contains \'rtag\' (commandline -pxc)' -s D -d 'Existing date.'
427396

428-
429397
#
430398
# Completions for the 'server' subcommand
431399
#
432400

433401
complete -c cvs -n 'contains \'server\' (commandline -pxc)' -s c -x -d 'Path to an alternative CVS config file.'
434402

435-
436403
#
437404
# Completions for the 'status' subcommand
438405
#
@@ -441,7 +408,6 @@ complete -c cvs -n 'contains \'status\' (commandline -pxc)' -s v -d 'Verbose for
441408
complete -c cvs -n 'contains \'status\' (commandline -pxc)' -s l -d 'Process this directory only (not recursive).'
442409
complete -c cvs -n 'contains \'status\' (commandline -pxc)' -s R -d 'Process directories recursively.'
443410

444-
445411
#
446412
# Completions for the 'tag' subcommand
447413
#
@@ -457,15 +423,13 @@ complete -c cvs -n 'contains \'tag\' (commandline -pxc)' -s R -d 'Process direct
457423
complete -c cvs -n 'contains \'tag\' (commandline -pxc)' -s r -x -d 'Existing revision/tag.'
458424
complete -c cvs -n 'contains \'tag\' (commandline -pxc)' -s D -d 'Existing date.'
459425

460-
461426
#
462427
# Completions for the 'unedit' subcommand
463428
#
464429

465430
complete -c cvs -n 'contains \'unedit\' (commandline -pxc)' -s l -d 'Local directory only, not recursive.'
466431
complete -c cvs -n 'contains \'unedit\' (commandline -pxc)' -s R -d 'Process directories recursively (default).'
467432

468-
469433
#
470434
# Completions for the 'update' subcommand
471435
#
@@ -485,13 +449,10 @@ complete -c cvs -n 'contains \'update\' (commandline -pxc)' -s j -x -d 'Merge in
485449
complete -c cvs -n 'contains \'update\' (commandline -pxc)' -s I -x -d 'More files to ignore (! to reset).'
486450
complete -c cvs -n 'contains \'update\' (commandline -pxc)' -s W -x -d 'Wrappers specification line.'
487451

488-
489452
#
490453
# Completions for the 'version' subcommand
491454
#
492455

493-
494-
495456
#
496457
# Completions for the 'watch' subcommand
497458
#
@@ -500,7 +461,6 @@ complete -c cvs -n 'contains \'watch\' (commandline -pxc)' -s l -x -a 'on off ad
500461
complete -c cvs -n 'contains \'watch\' (commandline -pxc)' -s R -x -a 'on off add remove' -d 'Process directories recursively (default).'
501462
complete -c cvs -n 'contains \'watch\' (commandline -pxc)' -s a -x -a 'add remove' -d 'Specify what actions, one of: `edit\', `unedit\','
502463

503-
504464
#
505465
# Completions for the 'watchers' subcommand
506466
#

share/completions/cygport.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Options
32
complete -c cygport -s 4 -l 32 -d "Build for 32-bit Cygwin"
43
complete -c cygport -s 8 -l 64 -d "Build for 64-bit Cygwin"

share/completions/darcs.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ complete -c darcs -n __fish_darcs_use_optimize_command -x -a pristine -d 'Optimi
130130
complete -c darcs -n __fish_darcs_use_optimize_command -x -a upgrade -d 'Upgrade repository to latest compatible format'
131131
complete -c darcs -n __fish_darcs_use_optimize_command -x -a cache -d 'Garbage collect global cache'
132132

133-
134133
complete -c darcs -l help -d 'Show a brief description of the command and its options'
135134
complete -c darcs -l list-options -d 'Show plain list of available options and commands, for auto-completion'
136135
complete -c darcs -l run-posthook -d 'Run posthook command without prompting [DEFAULT]'

share/completions/dconf.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ complete -f -c dconf -n "not __fish_seen_subcommand_from $commands" -a dump -d '
3333
complete -f -c dconf -n "not __fish_seen_subcommand_from $commands" -a load -d 'Populate a subpath from stdin'
3434
complete -f -c dconf -n "not __fish_seen_subcommand_from $commands" -a help -d 'Display help and exit'
3535

36-
3736
### Arguments to commands
3837
# Technically, reset/watch take a "PATH" (which is a dir or a key)
3938
# while read and write take a KEY, but for now this is close enough.

0 commit comments

Comments
 (0)