mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-02 10:38:24 +00:00
Remember to add ignore-glob to the help
This commit is contained in:
parent
95596297a9
commit
93f8ad27dc
@ -32,6 +32,7 @@ exa’s options are similar, but not exactly the same, as `ls`.
|
|||||||
- **-r**, **--reverse**: reverse sort order
|
- **-r**, **--reverse**: reverse sort order
|
||||||
- **-s**, **--sort=(field)**: field to sort by
|
- **-s**, **--sort=(field)**: field to sort by
|
||||||
- **--group-directories-first**: list directories before other files
|
- **--group-directories-first**: list directories before other files
|
||||||
|
- **-I**, **--ignore-glob=(globs)**: glob patterns (pipe-separated) of files to ignore
|
||||||
|
|
||||||
### Long View Options
|
### Long View Options
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@ FILTERING AND SORTING OPTIONS
|
|||||||
size, extension, modified,
|
size, extension, modified,
|
||||||
accessed, created, inode, none
|
accessed, created, inode, none
|
||||||
--group-directories-first list directories before other files
|
--group-directories-first list directories before other files
|
||||||
|
-I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
|
||||||
"##;
|
"##;
|
||||||
|
|
||||||
pub static LONG_OPTIONS: &'static str = r##"
|
pub static LONG_OPTIONS: &'static str = r##"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user