mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 17:33:12 +02:00
Change f
/full
flag to l
/long
for ls
and ps
commands (#2283)
* Change `f`/`full` flag to `l`/`long` for `ls` and `ps` commands * Fix a few more `--full` instances
This commit is contained in:
@ -12,6 +12,6 @@ Displays the last 100 commands.
|
||||
...
|
||||
97 │ date
|
||||
98 │ ls
|
||||
99 │ ls -fa
|
||||
99 │ ls -la
|
||||
─────┴────────────────────────────────────────────────────────────────────────
|
||||
```
|
||||
|
Reference in New Issue
Block a user