Skip to content

Commit 0e3395b

Browse files
committed
Manually fix up generated completions with syntax errors
1 parent 10ce8b1 commit 0e3395b

File tree

16 files changed

+278
-278
lines changed

16 files changed

+278
-278
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extern "ack" [
5050
--ackrc # Specifies location of ackrc file
5151
--ignore-ack-defaults # Ignore default definitions ack includes
5252
--create-ackrc # Outputs default ackrc
53-
--help(-\?) # Shows help
53+
--help(-?) # Shows help
5454
--help-types # Shows all known types
5555
--dump # Dump information on which options are loaded
5656
--filter # Forces ack to treat input as a pipe

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "as" [
88
--sectname-subst # Enable section name substitution sequences
99
--gen-debug(-g) # Generate debugging information
1010
--gstabs # Generate STABS debugging information
11-
--gstabs+ # Generate STABS debug info with GNU extensions
11+
#--gstabs+ # Generate STABS debug info with GNU extensions
1212
--gdwarf-2 # Generate DWARF2 debugging information
1313
--gdwarf-sections # Generate per-function section names for DWARF line information
1414
--help # Show help message and exit

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ extern "curl" [
6464
--header(-H) # (HTTP) Extra header to include in the request when sending HTTP to a server
6565
--help(-h) # Usage help
6666
--hostpubmd5 # (SFTP SCP) Pass a string containing 32 hexadecimal digits
67-
--http0.9 # (HTTP) Accept HTTP version 0.9 response
68-
--http1.0(-0) # (HTTP) Use HTTP version 1
69-
--http1.1 # (HTTP) Use HTTP version 1.1
67+
#--http0.9 # (HTTP) Accept HTTP version 0.9 response
68+
#--http1.0(-0) # (HTTP) Use HTTP version 1
69+
#--http1.1 # (HTTP) Use HTTP version 1.1
7070
--http2-prior-knowledge # (HTTP) Use HTTP/2 immediately (without trying HTTP1)
7171
--http2 # (HTTP) Use HTTP version 2
7272
--ignore-content-length # (FTP HTTP) Ignore the Content-Length header

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "efivar" [
88
--append(-a) # Append to variable specified by --name
99
--list-guids(-L) # Show internal guid list
1010
--write(-w) # Write to variable specified by --name
11-
--help(-\?) # Show help message
11+
--help(-?) # Show help message
1212
--usage # Display brief usage message
1313
...args
1414
]
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Name of the output file
22
extern "fsharpc" [
33
--out: # Name of the output file
4-
--target:exe # Build a console executable
5-
--target:winexe # Build a Windows executable
6-
--target:library # Build a library
7-
--target:module # Build a module that can be added to another assembly
8-
--delaysign+ # Delay-sign the assembly using only the public portion of the strong name key
9-
--delaysign- # Disable --delaysign
4+
#--target:exe # Build a console executable
5+
#--target:winexe # Build a Windows executable
6+
#--target:library # Build a library
7+
#--target:module # Build a module that can be added to another assembly
8+
#--delaysign+ # Delay-sign the assembly using only the public portion of the strong name key
9+
#--delaysign- # Disable --delaysign
1010
--doc: # Write the xmldoc of the assembly to the given file
1111
--keyfile: # Specify a strong name key file
1212
--keycontainer: # Specify a strong name key container
13-
--platform:x86 # Limit the platform to x86
14-
--platform:Itanium # Limit the platform to Itanium
15-
--platform:x64 # Limit the platform to x64
16-
--platform:anycpu32bitpreferred # Limit the platform to anycpu32bitpreferred
17-
--platform:anycpu # Limit the platform to anycpu (default)
13+
#--platform:x86 # Limit the platform to x86
14+
#--platform:Itanium # Limit the platform to Itanium
15+
#--platform:x64 # Limit the platform to x64
16+
#--platform:anycpu32bitpreferred # Limit the platform to anycpu32bitpreferred
17+
#--platform:anycpu # Limit the platform to anycpu (default)
1818
--nooptimizationdata # Only include optimization information for inlined constructs
1919
--nointerfacedata # Don't add a resource to the assembly containing F#-specific metadata
2020
--sig: # Print the inferred interface of the assembly to a file
@@ -24,26 +24,26 @@ extern "fsharpc" [
2424
--nowin32manifest # Do not include the default Win32 manifest
2525
--resource: # Embed the specified managed resource
2626
--linkresource: # Link the specified resource to this assembly
27-
--debug+(-g) # Emit debug information
28-
--debug- # Disable --debug
29-
--optimize+(-O) # Enable optimizations
30-
--optimize- # Disable --optimize
31-
--tailcalls+ # Enable or disable tailcalls
32-
--tailcalls- # Disable --tailcalls
33-
--deterministic+ # Produce a deterministic assembly
34-
--deterministic- # Disable --deterministic
35-
--crossoptimize+ # Enable or disable cross-module optimizations
36-
--crossoptimize- # Disable --crossoptimize
37-
--warnaserror+ # Report all warnings as errors
38-
--warnaserror- # Disable --warnaserror
39-
--warnaserror+: # Report specific warnings as errors
40-
--warnaserror-: # Disable --warnaserror:
27+
#--debug+(-g) # Emit debug information
28+
#--debug- # Disable --debug
29+
#--optimize+(-O) # Enable optimizations
30+
#--optimize- # Disable --optimize
31+
#--tailcalls+ # Enable or disable tailcalls
32+
#--tailcalls- # Disable --tailcalls
33+
#--deterministic+ # Produce a deterministic assembly
34+
#--deterministic- # Disable --deterministic
35+
#--crossoptimize+ # Enable or disable cross-module optimizations
36+
#--crossoptimize- # Disable --crossoptimize
37+
#--warnaserror+ # Report all warnings as errors
38+
#--warnaserror- # Disable --warnaserror
39+
#--warnaserror+: # Report specific warnings as errors
40+
#--warnaserror-: # Disable --warnaserror:
4141
--nowarn: # Disable specific warning messages
4242
--warnon: # Enable specific warnings that may be off by default
43-
--consolecolors+ # Output warning and error messages in color
44-
--consolecolors- # Disable --consolecolors
45-
--checked+ # Generate overflow checks
46-
--checked- # Disable --checked
43+
#--consolecolors+ # Output warning and error messages in color
44+
#--consolecolors- # Disable --consolecolors
45+
#--checked+ # Generate overflow checks
46+
#--checked- # Disable --checked
4747
--define: # Define conditional compilation symbols
4848
--mlcompatibility # Ignore ML compatibility warnings
4949
--nologo # Suppress compiler copyright message
@@ -58,10 +58,10 @@ extern "fsharpc" [
5858
--standalone # Statically link F# library and referenced DLLs into the generated assembly
5959
--staticlink: # Statically link the assembly and referenced DLLs that depend on this assembly
6060
--pdb: # Name the output debug file
61-
--highentropyva+ # Enable high-entropy ASLR
62-
--highentropyva- # Disable --highentropyva
61+
#--highentropyva+ # Enable high-entropy ASLR
62+
#--highentropyva- # Disable --highentropyva
6363
--subsystemversion: # Specify subsystem version of this assembly
64-
--quotations-debug+ # Emit debug information in quotations
65-
--quotations-debug- # Disable --quotations-debug
64+
#--quotations-debug+ # Emit debug information in quotations
65+
#--quotations-debug- # Disable --quotations-debug
6666
...args
6767
]

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

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ extern "fsharpi" [
33
--use: # Use the given file on startup
44
--load: # #load the given file on startup
55
--reference: # Reference an assembly
6-
--debug+(-g) # Emit debug information
7-
--debug- # Disable --debug
8-
--optimize+(-O) # Enable optimizations
9-
--optimize- # Disable --optimize
10-
--tailcalls+ # Enable or disable tailcalls
11-
--tailcalls- # Disable --tailcalls
12-
--deterministic+ # Produce a deterministic assembly
13-
--deterministic- # Disable --deterministic
14-
--crossoptimize+ # Enable or disable cross-module optimizations
15-
--crossoptimize- # Disable --crossoptimize
16-
--warnaserror+ # Report all warnings as errors
17-
--warnaserror- # Disable --warnaserror
18-
--warnaserror+: # Report specific warnings as errors
19-
--warnaserror-: # Disable --warnaserror:
6+
#--debug+(-g) # Emit debug information
7+
#--debug- # Disable --debug
8+
#--optimize+(-O) # Enable optimizations
9+
#--optimize- # Disable --optimize
10+
#--tailcalls+ # Enable or disable tailcalls
11+
#--tailcalls- # Disable --tailcalls
12+
#--deterministic+ # Produce a deterministic assembly
13+
#--deterministic- # Disable --deterministic
14+
#--crossoptimize+ # Enable or disable cross-module optimizations
15+
#--crossoptimize- # Disable --crossoptimize
16+
#--warnaserror+ # Report all warnings as errors
17+
#--warnaserror- # Disable --warnaserror
18+
#--warnaserror+: # Report specific warnings as errors
19+
#--warnaserror-: # Disable --warnaserror:
2020
--nowarn: # Disable specific warning messages
2121
--warnon: # Enable specific warnings that may be off by default
22-
--consolecolors+ # Output warning and error messages in color
23-
--consolecolors- # Disable --consolecolors
24-
--checked+ # Generate overflow checks
25-
--checked- # Disable --checked
22+
#--consolecolors+ # Output warning and error messages in color
23+
#--consolecolors- # Disable --consolecolors
24+
#--checked+ # Generate overflow checks
25+
#--checked- # Disable --checked
2626
--define: # Define conditional compilation symbols
2727
--mlcompatibility # Ignore ML compatibility warnings
2828
--nologo # Suppress compiler copyright message
@@ -35,14 +35,14 @@ extern "fsharpi" [
3535
--targetprofile: # Specify target framework profile: mscorlib, netcore or netstandard
3636
--noframework # Do not reference the default CLI assemblies by default
3737
--exec # Exit fsi after loading files or running the .fsx script
38-
--gui+ # Execute interactions on a Windows Forms event loop
39-
--gui- # Disable --gui
38+
#--gui+ # Execute interactions on a Windows Forms event loop
39+
#--gui- # Disable --gui
4040
--quiet # Suppress fsi writing to stdout
41-
--readline+ # Support TAB completion in console
42-
--readline- # Disable --readline
43-
--quotations-debug+ # Emit debug information in quotations
44-
--quotations-debug- # Disable --quotations-debug
45-
--shadowcopyreferences+ # Prevents references being locked by the F# Interactive process
46-
--shadowcopyreferences- # Disable --shadowcopyreferences
41+
#--readline+ # Support TAB completion in console
42+
#--readline- # Disable --readline
43+
#--quotations-debug+ # Emit debug information in quotations
44+
#--quotations-debug- # Disable --quotations-debug
45+
#--shadowcopyreferences+ # Prevents references being locked by the F# Interactive process
46+
#--shadowcopyreferences- # Disable --shadowcopyreferences
4747
...args
4848
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extern "godoc" [
33
--ex # Show examples in command line mode
44
--html # Print HTML in command-line mode
5-
--httptest.serve # httptest.NewServer serves on this address and blocks
5+
#--httptest.serve # httptest.NewServer serves on this address and blocks
66
--index # Enable search index
77
--index_files # Glob pattern specifying index files
88
--links # Link identifiers to their declarations

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Display help and exit
22
extern "less" [
3-
--help(-\?) # Display help and exit
3+
--help(-?) # Display help and exit
44
--search-skip-screen(-a) # Search after end of screen
55
--auto-buffers(-B) # Disable automatic buffer allocation
66
--clear-screen(-c) # Repaint from top
@@ -38,8 +38,8 @@ extern "less" [
3838
--HILITE-UNREAD(-W) # Highlight first unread line on any movement
3939
--no-init(-X) # No termcap init
4040
--no-keypad # No keypad init
41-
--tilde(-\~) # Lines after EOF are blank
42-
--shift(-\#) # Characters to scroll on left/right arrows
41+
--tilde(-~) # Lines after EOF are blank
42+
--shift(-#) # Characters to scroll on left/right arrows
4343
--file-size # Determine the size of the file immediately after opening
4444
--follow-name # Periodically reopen file by name
4545
--incsearch # Incremental search commands

0 commit comments

Comments
 (0)