Skip to content

Commit

Permalink
fix spreading of arguments to externals in toolkit (nushell#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 authored and dmatos2012 committed Feb 20, 2024
1 parent c2945f4 commit cb79050
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 cb79050

Please sign in to comment.