Skip to content

Commit

Permalink
fix spreading of arguments to externals in toolkit (#11640)
Browse files Browse the repository at this point in the history
as per title, that's just a simple change to avoid the deprecation
warning introduced recently and that will be removed in `0.91`
  • Loading branch information
amtoine committed Jan 25, 2024
1 parent 7f1fd76 commit f03d81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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)'"
]
}
Expand Down

0 comments on commit f03d81b

Please sign in to comment.