mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-29 23:23:53 +00:00
Document only-dirs option
This commit is contained in:
parent
89a6e14e15
commit
7218fb4b6a
@ -107,6 +107,11 @@ ignore files mentioned in '.gitignore'
|
|||||||
list directories before other files
|
list directories before other files
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
|
.TP
|
||||||
|
.B \-D, \-\-only\-dirs
|
||||||
|
list only directories
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
.SH LONG VIEW OPTIONS
|
.SH LONG VIEW OPTIONS
|
||||||
.PP
|
.PP
|
||||||
These options are available when running with \f[C]\-\-long\f[]
|
These options are available when running with \f[C]\-\-long\f[]
|
||||||
|
@ -27,6 +27,7 @@ FILTERING AND SORTING OPTIONS
|
|||||||
-r, --reverse reverse the sort order
|
-r, --reverse reverse the sort order
|
||||||
-s, --sort SORT_FIELD which field to sort by
|
-s, --sort SORT_FIELD which field to sort by
|
||||||
--group-directories-first list directories before other files
|
--group-directories-first list directories before other files
|
||||||
|
-D, --only-dirs list only directories
|
||||||
-I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
|
-I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
|
||||||
--git-ignore Ignore files mentioned in '.gitignore'
|
--git-ignore Ignore files mentioned in '.gitignore'
|
||||||
Valid sort fields: name, Name, extension, Extension, size, type,
|
Valid sort fields: name, Name, extension, Extension, size, type,
|
||||||
|
Loading…
Reference in New Issue
Block a user