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:
Antoine Stevan 2024-01-25 19:40:51 +01:00 committed by GitHub
parent 7f1fd7699e
commit f03d81b0c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -301,7 +301,7 @@ export def "check pr" [
# run Nushell from source with a right indicator
export def run [] {
cargo run -- [
cargo run -- ...[
-e "$env.PROMPT_COMMAND_RIGHT = $'(ansi magenta_reverse)trying Nushell inside Cargo(ansi reset)'"
]
}