mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
fix spreading of arguments to externals in toolkit (#11640)
as per title, that's just a simple change to avoid the deprecation warning introduced recently and that will be removed in `0.91`
This commit is contained in:
parent
7f1fd7699e
commit
f03d81b0c8
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ export def "check pr" [
|
||||||
|
|
||||||
# run Nushell from source with a right indicator
|
# run Nushell from source with a right indicator
|
||||||
export def run [] {
|
export def run [] {
|
||||||
cargo run -- [
|
cargo run -- ...[
|
||||||
-e "$env.PROMPT_COMMAND_RIGHT = $'(ansi magenta_reverse)trying Nushell inside Cargo(ansi reset)'"
|
-e "$env.PROMPT_COMMAND_RIGHT = $'(ansi magenta_reverse)trying Nushell inside Cargo(ansi reset)'"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue