coreutils/src/uu
Hanif Bin Ariffin 28c6fad6e3 Now displays the unknown key entered
Signed-off-by: Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com>
2021-06-12 18:25:14 +08:00
..
arch use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
base32 base32: clean up returning Err 2021-06-11 23:26:58 +09:00
base64 Remove trivially unnessessary unwrap() from base32/64 2021-06-10 13:11:36 +09:00
basename basename: trim separators with function 2021-06-11 23:35:15 +09:00
cat cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty 2021-06-09 17:12:03 +02:00
chgrp chgrp: fix clippy and spell-check warnings 2021-06-11 17:24:12 +02:00
chmod move cmode rather than mut 2021-06-10 13:11:36 +09:00
chown chown: clean up parse_spec 2021-06-11 23:27:09 +09:00
chroot chroot: refactor undocumented features (#2365) 2021-06-10 21:46:17 +02:00
cksum cksum: clean up returning Err 2021-06-11 23:26:58 +09:00
comm comm: clean up line-end check 2021-06-11 23:35:15 +09:00
cp cp: clean up returning Err 2021-06-11 23:26:58 +09:00
csplit csplit: clean up returning Err 2021-06-11 23:26:58 +09:00
cut cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty 2021-06-09 17:12:03 +02:00
date use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
df use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
dircolors dircolors: Address code review comments 2021-06-03 20:49:25 -05:00
dirname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
du Merge branch 'master' into refactoring_parse_size 2021-06-12 02:24:07 +02:00
echo refactor/echo ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
env env: clean up returning Err 2021-06-11 23:26:58 +09:00
expand refactor/expand ~ fix cargo clippy complaint (clippy::manual_str_repeat) 2021-06-06 19:28:23 -05:00
expr expr: clean up returning Err 2021-06-11 23:26:58 +09:00
factor use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
false change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
fmt use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
fold clean up fold, hashsum, kill 2021-06-10 13:11:36 +09:00
groups Add "process" dependency to groups/Cargo.toml 2021-06-10 01:07:01 +09:00
hashsum clean up fold, hashsum, kill 2021-06-10 13:11:36 +09:00
head Merge branch 'master' into refactoring_parse_size 2021-06-12 02:24:07 +02:00
hostid change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
hostname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
id uucore: fix order of group IDs returned from entries::get_groups() 2021-06-08 18:39:05 +02:00
install install : clean up returning Err 2021-06-11 23:26:58 +09:00
join refactor/join ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
kill clean up fold, hashsum, kill 2021-06-10 13:11:36 +09:00
link use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
ln Merge branch 'master' of https://github.com/uutils/coreutils into ln/dst-symlink 2021-06-10 21:48:43 +02:00
logname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
ls refactor/ls ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mkdir refactor/mkdir ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mkfifo refactor/mkfifo ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
mknod use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
mktemp refactor/mktemp ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
more Now displays the unknown key entered 2021-06-12 18:25:14 +08:00
mv refactor/mv ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:23 -05:00
nice use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
nl nl: fix clippy error 2021-06-11 23:26:58 +09:00
nohup use the same spec for atty everywhere 2021-06-09 17:15:42 +02:00
nproc use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
numfmt refactor/numfmt ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
od Merge branch 'master' into refactoring_parse_size 2021-06-12 02:24:07 +02:00
paste use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
pathchk bytes operation for pathchk 2021-06-10 18:30:45 +09:00
pinky refactor/pinky ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pr pr: clean up returning Err 2021-06-11 23:26:58 +09:00
printenv use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
printf clean up fold, hashsum, kill, nl, printf, truncate 2021-06-10 18:39:48 +09:00
ptx refactor/ptx ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
pwd use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
readlink use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
realpath use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
relpath use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
rm refactor ~ polish spelling + add spelling exceptions 2021-06-06 19:28:22 -05:00
rmdir rmdir: clean up returning Err 2021-06-11 23:26:58 +09:00
seq use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
shred prevent utf8 iteration for ascii str from shred (#2389) 2021-06-10 21:29:56 +02:00
shuf shuf: clean up returning Err 2021-06-11 23:26:58 +09:00
sleep Merge branch 'master' of github.com:uutils/coreutils into refactoring_parse_size 2021-06-03 22:32:34 +02:00
sort Merge branch 'master' into refactoring_parse_size 2021-06-12 02:24:07 +02:00
split fix clippy warnings 2021-06-09 15:56:29 +02:00
stat refactor/stat ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
stdbuf stdbuf: clean up returning Err 2021-06-11 23:26:58 +09:00
sum use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
sync use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tac use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tail Remove unnessassary chars() and unwrap_or() from tail 2021-06-10 18:06:40 +09:00
tee use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
test refactor/test ~ polish spelling (comments, names, and exceptions) 2021-05-31 08:23:57 -05:00
timeout Merge branch 'master' into refactoring_parse_size 2021-06-12 02:24:07 +02:00
touch Merge pull request #2334 from sylvestre/crate_version 2021-06-03 10:56:57 +02:00
tr tr parse_sequence reuses chars iterator 2021-06-10 19:16:55 +09:00
true change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00
truncate Merge branch 'master' into refactoring_parse_size 2021-06-12 02:24:07 +02:00
tsort use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
tty cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty 2021-06-09 17:12:03 +02:00
uname use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
unexpand use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
uniq use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
unlink use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
uptime use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
users use clap::crate_version macro instead of the env variable 2021-06-02 19:00:19 +02:00
wc refactor/wc ~ fix cargo clippy complaint (clippy::needless_borrow) 2021-06-06 19:28:24 -05:00
who who: cleanup argument handling 2021-06-09 14:34:37 +02:00
whoami whoami: remove advapi32-sys dependency 2021-06-09 22:10:28 +02:00
yes change ~ remove 'main.rs' spell-checker exceptions 2021-05-31 08:11:31 -05:00