1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

who: add entries

This commit is contained in:
Knight 2016-08-11 00:19:26 +08:00
parent 548b58a09e
commit 8c6cd72848
5 changed files with 30 additions and 2 deletions

View file

@ -34,6 +34,7 @@ unix = [
"unlink",
"uptime",
"users",
"who",
]
generic = [
"base32",
@ -187,6 +188,7 @@ unlink = { optional=true, path="src/unlink" }
uptime = { optional=true, path="src/uptime" }
users = { optional=true, path="src/users" }
wc = { optional=true, path="src/wc" }
who = { optional=true, path="src/who" }
whoami = { optional=true, path="src/whoami" }
yes = { optional=true, path="src/yes" }