1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-02 20:27:11 +02:00
nushell/crates/nu-command/tests
Ian Manske cd0d0364ec
Fix do -p not waiting for external commands ()
# Description
Similar to  (thanks @WindSoilder), this PR adds a boolean which
determines whether to ignore any errors from an external command. This
is in order to fix . I.e., `do -p` does not wait for externals to
complete before continuing.

# User-Facing Changes
Bug fix.

# Tests + Formatting
Added a test.
2024-09-22 22:26:32 +08:00
..
commands Fix do -p not waiting for external commands () 2024-09-22 22:26:32 +08:00
format_conversions Make the subcommands (from {csv, tsv, ssv}) 0-based for consistency () 2024-06-26 17:51:47 -05:00
main.rs Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00