mirror of
https://github.com/nushell/nushell
synced 2025-01-03 16:58:58 +00:00
26759c4af2
Change in `mkdir` `-s` flag to `-v` to be similar to other commands # Description Other commands like `rm`, `mv`, `cp` have a `-v` (`--verbose`) flag. `mkdir` has a `-s` (`--show-created-paths`), but should be consistent with other commands. # User-Facing Changes - flag `-s` replaced by `-v` in `mkdir` command. # Tests + Formatting ``` > mkdir -v new_dir ╭───┬───────────────────────────────────╮ │ 0 │ C:\Users\ricardo.monteiro\new_dir │ ╰───┴───────────────────────────────────╯ ``` |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |