It seems like only artifacts is sortable right now, it would be great if other commands like directories were as well.
$ sn --sort d -d 1 .
error: Found argument '--sort' which wasn't expected, or isn't valid in this context
Did you mean to put '--sort' after the subcommand 'artifacts'?
USAGE:
sn <SUBCOMMAND>
$ sn d -d 1 --sort .
error: Found argument '--sort' which wasn't expected, or isn't valid in this context
USAGE:
sn directories --depth <NUMBER>
For more information try --help
It seems like only
artifacts
is sortable right now, it would be great if other commands likedirectories
were as well.Thanks, great tool!