File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
44// TODO: How do we test this without introducing the amount of complexity that https://github.com/leecannon/zsw does?
5- // https://github.com/leecannon/zig-coreutils/issues/1
5+ // https://github.com/leecannon/zig-coreutils/issues/7
66
77pub const command : Command = .{
88 .name = "groups" ,
Original file line number Diff line number Diff line change 33// SPDX-FileCopyrightText: 2024 Leon Henrik Plickat
44
55// TODO: How do we test this without introducing the amount of complexity that https://github.com/leecannon/zsw does?
6- // https://github.com/leecannon/zig-coreutils/issues/1
6+ // https://github.com/leecannon/zig-coreutils/issues/7
77
88pub const command : Command = .{
99 .name = "nproc" ,
Original file line number Diff line number Diff line change 22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
44// TODO: How do we test this without introducing the amount of complexity that https://github.com/leecannon/zsw does?
5- // https://github.com/leecannon/zig-coreutils/issues/1
5+ // https://github.com/leecannon/zig-coreutils/issues/7
66
77pub const command : Command = .{
88 .name = "touch" ,
Original file line number Diff line number Diff line change 22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
44// TODO: How do we test this without introducing the amount of complexity that https://github.com/leecannon/zsw does?
5- // https://github.com/leecannon/zig-coreutils/issues/1
5+ // https://github.com/leecannon/zig-coreutils/issues/7
66
77pub const command : Command = .{
88 .name = "whoami" ,
You can’t perform that action at this time.
0 commit comments