nushell/crates/nu-command/tests
raccmonteiro 26759c4af2
mkdir change flag -s to -v (#7462)
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 │
╰───┴───────────────────────────────────╯
```
2022-12-13 11:56:44 -05:00
..
commands mkdir change flag -s to -v (#7462) 2022-12-13 11:56:44 -05:00
format_conversions add input_output_types() to benchmark,cd and config reset (#7455) 2022-12-13 06:10:55 -06:00
main.rs Parser refactoring for improving pipelines (#7162) 2022-11-19 10:46:48 +13:00