Skip to content

Commit 42052a5

Browse files
committed
Run build-completions-from-pwd from fish-shell completions
https://github.com/fish-shell/fish-shell share/completions/ 9d904e111345a64eb4ff05ecd8d7737f22cfc762
1 parent 087e050 commit 42052a5

File tree

245 files changed

+102230
-5521
lines changed

Some content is hidden

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

245 files changed

+102230
-5521
lines changed

custom-completions/auto-generate/completions/7z.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extern "7z x" [
6464
...args
6565
]
6666

67-
# Stop switches parsing
67+
# Include archives
6868
extern "7z" [
6969

7070
...args

custom-completions/auto-generate/completions/VBoxSDL.nu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Run separate VM process or attach to a running VM
22
extern "VBoxSDL" [
3-
--seperate # Run separate VM process or attach to a running VM
3+
--separate # Run separate VM process or attach to a running VM
44
--hda # Set temporary first hard disk
55
--fda # Set temporary first floppy disk
66
--fullscreen # Start VM in fullscreen mode
@@ -12,7 +12,7 @@ extern "VBoxSDL" [
1212
--nograbonclick # Disable mouse/keyboard grabbing on mouse click w/o additions
1313
--detecthostkey # Get hostkey identifier and modifier state
1414
--termacpi # Send APCI power button when closing window
15-
--vrdp # Listen for VRDP connexions on if one of specified
15+
--vrdp # Listen for VRDP connections on if one of specified
1616
--discardstate # Discard saved state (if present) and revert to last snapshot (if present)
1717
--settingspwfile # Specify file containing setting password
1818
--rowr0 # Enable raw ring 3

custom-completions/auto-generate/completions/abbr.nu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
extern "abbr" [
33
--add(-a) # Add abbreviation
44
--query(-q) # Check if an abbreviation exists
5-
--rename(-r) # Rename an abbreviation
5+
--rename # Rename an abbreviation
66
--erase(-e) # Erase abbreviation
77
--show(-s) # Print all abbreviations
88
--list(-l) # Print all abbreviation names
9-
--global(-g) # Store abbreviation in a global variable
10-
--universal(-U) # Store abbreviation in a universal variable
119
--help(-h) # Help
10+
--function(-f) # Treat expansion argument as a fish function
11+
--set-cursor # Position the cursor at % post-expansion
1212
...args
1313
]
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Show usage
22
extern "abook" [
3-
3+
--add-email # Read email message from stdin and add the sender
4+
--add-email-quiet # Same as --add-email. Without confirmation
5+
--convert # Convert address book files
6+
--informat # Input file format
7+
--outformat # Output file format
8+
--formats # Print available formats
49
...args
510
]

custom-completions/auto-generate/completions/acpi.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extern "acpi" [
99
--everything(-V) # Show every device, overrides above options
1010
--show-empty(-s) # Show non-operational devices
1111
--hide-empty(-S) # Hide non-operational devices
12-
--celcius(-c) # Use celsius as the temperature unit
12+
--cooling(-c) # Show cooling device information
1313
--fahrenheit(-f) # Use fahrenheit as the temperature unit
1414
--kelvin(-k) # Use kelvin as the temperature unit
1515
--directory(-d) # <dir> path to ACPI info (/proc/acpi)

custom-completions/auto-generate/completions/adduser.nu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ extern "adduser" [
55
--force-badname # Apply only a weak check for validity of the user/group name
66
--group # Create a group
77
--help # Display brief instructions
8+
--home # Use specified directory as the user\'s
9+
--shell # Use shell as the user\'s
810
--no-create-home # Do not create the home directory
911
--quiet # Suppress informational messages, only show warnings and errors
1012
--debug # Be verbose, most useful if you want to nail down a problem with adduser
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#
22
extern "amixer" [
3-
3+
--help(-h) # this help
4+
--debug(-d) # debug mode
5+
--nocheck(-n) # do not perform range checking
6+
--version(-v) # print version of this program
7+
--quiet(-q) # be quiet
8+
--inactive(-i) # show also inactive controls
9+
--abstract(-a) # select abstraction level
10+
--stdin(-s) # Read and execute commands from stdin sequentially
411
...args
512
]
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# Show version and config
22
extern "ansible-galaxy" [
33
--version # Show version and config
4+
--help(-h) # Show help message
45
--verbose(-v) # Verbose mode (-vvv for more, -vvvv for connection debugging)
56
...args
67
]
78

89
#
910
extern "ansible-galaxy download\t'Download collections as tarball" [
10-
11+
--version # Show version and config
12+
--help(-h) # Show help message
13+
--verbose(-v) # Verbose mode (-vvv for more, -vvvv for connection debugging)
1114
...args
1215
]
1316

1417
#
1518
extern "ansible-galaxy init\t'Initialize new role with the base structure" [
16-
19+
--version # Show version and config
20+
--help(-h) # Show help message
21+
--verbose(-v) # Verbose mode (-vvv for more, -vvvv for connection debugging)
1722
...args
1823
]
Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,39 @@
11
# Display version and exit
22
extern "ansible-vault" [
3-
3+
--version # Display version and exit
4+
--help(-h) # Show help message and exit
5+
--verbose(-v) # Verbose mode (-vvv for more, -vvvv to enable connection debugging)
6+
--ask-vault-pass # Ask for vault password
7+
--prompt(-p) # Prompt for the string to encrypt
48
...args
59
]
610

711
# Decrypt encrypted file or stdin
812
extern "ansible-vault decrypt" [
9-
13+
--version # Display version and exit
14+
--help(-h) # Show help message and exit
15+
--verbose(-v) # Verbose mode (-vvv for more, -vvvv to enable connection debugging)
16+
--ask-vault-pass # Ask for vault password
17+
--prompt(-p) # Prompt for the string to encrypt
1018
...args
1119
]
1220

1321
# Encrypt a file or stdin
1422
extern "ansible-vault encrypt" [
23+
--version # Display version and exit
24+
--help(-h) # Show help message and exit
25+
--verbose(-v) # Verbose mode (-vvv for more, -vvvv to enable connection debugging)
26+
--ask-vault-pass # Ask for vault password
1527
--prompt(-p) # Prompt for the string to encrypt
1628
...args
1729
]
1830

1931
# Encrypt string
2032
extern "ansible-vault encrypt_string" [
33+
--version # Display version and exit
34+
--help(-h) # Show help message and exit
35+
--verbose(-v) # Verbose mode (-vvv for more, -vvvv to enable connection debugging)
36+
--ask-vault-pass # Ask for vault password
2137
--prompt(-p) # Prompt for the string to encrypt
2238
...args
2339
]

custom-completions/auto-generate/completions/ant.nu

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ extern "ant" [
44
--noconfig # suppress sourcing of configuration files
55
--usejikes # enable use of jikes by default
66
--execdebug # print ant exec line generated by this launch script
7+
...args
8+
]
9+
10+
#
11+
extern "" [
12+
713
...args
814
]

0 commit comments

Comments
 (0)