mirror of
https://github.com/nushell/nushell.git
synced 2025-04-03 06:01:11 +02:00
Remove externa nu from nu config (#5847)
This commit is contained in:
parent
82ae06865c
commit
4b84825dbf
@ -121,22 +121,6 @@ module completions {
|
|||||||
--verbose(-v) # be more verbose
|
--verbose(-v) # be more verbose
|
||||||
--help # Display this help message
|
--help # Display this help message
|
||||||
]
|
]
|
||||||
# Completions for nu itself
|
|
||||||
export extern "nu" [
|
|
||||||
--help(-h) # Display this help message
|
|
||||||
--stdin # redirect the stdin
|
|
||||||
--login(-l) # start as a login shell
|
|
||||||
--interactive(-i) # start as an interactive shell
|
|
||||||
--version(-v) # print the version
|
|
||||||
--perf(-p) # start and print performance metrics during startup
|
|
||||||
--testbin:string # run internal test binary
|
|
||||||
--commands(-c):string # run the given commands and then exit
|
|
||||||
--config:string # start with an alternate config file
|
|
||||||
--env-config:string # start with an alternate environment config file
|
|
||||||
--log-level:string # log level for performance logs
|
|
||||||
--threads:int # threads to use for parallel commands
|
|
||||||
--table-mode(-m):string # the table mode to use. rounded is default.
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get just the extern definitions without the custom completion commands
|
# Get just the extern definitions without the custom completion commands
|
||||||
|
Loading…
Reference in New Issue
Block a user