Skip to content

Commit 36b396b

Browse files
committed
Manually fix up generated completions with syntax errors
1 parent b096e3c commit 36b396b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ extern "curl PEM, DER ENG P12" [
290290
--help(-h) # Usage help
291291
--hostpubmd5 # (SFTP SCP) Pass a string containing 32 hexadecimal digits
292292
--http0.9 # (HTTP) Accept HTTP version 0.9 response
293-
--http1.0(-0) # (HTTP) Use HTTP version 1
294-
--http1.1 # (HTTP) Use HTTP version 1.1
293+
#--http1.0(-0) # (HTTP) Use HTTP version 1
294+
#--http1.1 # (HTTP) Use HTTP version 1.1
295295
--http2-prior-knowledge # (HTTP) Use HTTP/2 immediately (without trying HTTP1)
296296
--http2 # (HTTP) Use HTTP version 2
297297
--ignore-content-length # (FTP HTTP) Ignore the Content-Length header

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ extern "fsharpc" [
4848
--mlcompatibility # Ignore ML compatibility warnings
4949
--nologo # Suppress compiler copyright message
5050
--help(-?) # Display this usage message
51-
--codepage: # Specify the codepage used to read source files
51+
#--codepage: # Specify the codepage used to read source files
5252
--utf8output # Output messages in UTF-8 encoding
5353
--fullpaths # Output messages with fully qualified paths
5454
#--lib: # Specify a directory for include path for resolving source files and assemblies
5555
--simpleresolution # Resolve assembly references using directory-based rules
56-
--baseaddress: # Base address for the library to be built
56+
#--baseaddress: # Base address for the library to be built
5757
--noframework # Do not reference the default CLI assemblies by default
5858
--standalone # Statically link F# library and referenced DLLs into the generated assembly
59-
--staticlink: # Statically link the assembly and referenced DLLs that depend on this assembly
59+
#--staticlink: # Statically link the assembly and referenced DLLs that depend on this assembly
6060
#--pdb: # Name the output debug file
6161
#--highentropyva+ # Enable high-entropy ASLR
6262
#--highentropyva- # Disable --highentropyva
63-
--subsystemversion: # Specify subsystem version of this assembly
63+
#--subsystemversion: # Specify subsystem version of this assembly
6464
#--quotations-debug+ # Emit debug information in quotations
6565
#--quotations-debug- # Disable --quotations-debug
6666
...args

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern "fsharpi" [
3232
--fullpaths # Output messages with fully qualified paths
3333
#--lib: # Specify a dir for the include path for source files and assemblies
3434
--simpleresolution # Resolve assembly references using directory-based rules
35-
--targetprofile: # Specify target framework profile: mscorlib, netcore or netstandard
35+
#--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
3838
#--gui+ # Execute interactions on a Windows Forms event loop

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ extern "less 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19" [
9797
--HILITE-UNREAD(-W) # Highlight first unread line on any movement
9898
--no-init(-X) # No termcap init
9999
--no-keypad # No keypad init
100-
--tilde(-\~) # Lines after EOF are blank
101-
--shift(-\#) # Characters to scroll on left/right arrows
100+
--tilde(-~) # Lines after EOF are blank
101+
--shift(-#) # Characters to scroll on left/right arrows
102102
--file-size # Determine the size of the file immediately after opening
103103
--follow-name # Periodically reopen file by name
104104
--incsearch # Incremental search commands

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extern "mysql 0 1" [
6969
--comments(-c) # Preserve comments in statements
7070
--skip-comments # Discard comments in statements
7171
--compress(-C) # Compress all information
72-
--debug(-\#) # Write a debugging log
72+
--debug(-#) # Write a debugging log
7373
--debug-check # Print some debugging information
7474
--debug-info(-T) # Prints debugging information and memory and CPU usage
7575
--disable-named-commands # Disable named commands

0 commit comments

Comments
 (0)