We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b81bf6 commit 21ea975Copy full SHA for 21ea975
README.md
@@ -20,6 +20,7 @@ Any tools not in GNU coreutils are acceptable as well.
20
* nprocs
21
* touch
22
* true
23
+ * uname
24
* whoami
25
* yes
26
@@ -119,7 +120,6 @@ Any tools not in GNU coreutils are acceptable as well.
119
120
* truncate
121
* tsort
122
* tty
- * uname
123
* unexpand
124
* uniq
125
* unlink
src/commands/listing.zig
@@ -11,6 +11,7 @@ pub const commands: []const type = &.{
11
@import("nproc.zig"),
12
@import("touch.zig"),
13
@import("true.zig"),
14
+ @import("uname.zig"),
15
@import("whoami.zig"),
16
@import("yes.zig"),
17
};
0 commit comments