1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 20:47:46 +00:00

ls: remove list of missing features

This commit is contained in:
Terts Diepraam 2021-03-15 09:53:19 +01:00
parent 5656a717c9
commit 01fd207c81

View file

@ -7,45 +7,6 @@
// spell-checker:ignore (ToDO) cpio svgz webm somegroup nlink rmvb xspf
// Missing features from GNU Coreutils:
// --author
// -b, --escape
// --block-size=SIZE
// -c
// -D, --Dired
// -f
// --file-type
// --format=WORD
// --full-time
// -g
// --group-directories-first
// -G, --no-group
// --si
// -H, --dereference-command-line
// --dereference-command-line-symlink-to-dir
// --hide=PATTERN
// --hyperlink[=WHEN]
// --indicator-style=WORD
// -I, --ignore
// -k, --kibibytes
// -m
// -N, --literal
// -o
// -p, --indicator-style=slash
// -q, --hide-control-chars
// --show-control-chars
// -Q, --quote-name
// --quoting-style=WORD
// --time=WORD
// --time-style=TIME_STYLE
// -T, --tabsize=COLS
// -u
// -v
// -w, --width=COLS
// -x
// -X
// -Z, --context
#[cfg(unix)]
#[macro_use]
extern crate lazy_static;