mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
feat: Migrated deps command.
This commit is contained in:
11
src/root.zig
11
src/root.zig
@@ -7,7 +7,16 @@ const Command = comma.Command;
|
||||
|
||||
pub const root: Command = .new(.{
|
||||
.name = "envr",
|
||||
.subcommands = &.{.{ .name = "version" }},
|
||||
.subcommands = &.{
|
||||
.{
|
||||
.name = "deps",
|
||||
.short = "Check for missing binaries",
|
||||
.long = \\envr relies on external binaries for certain functionality.
|
||||
\\
|
||||
\\ The deps command reports which binaries are available and which are not.",
|
||||
},
|
||||
.{ .name = "version" },
|
||||
},
|
||||
});
|
||||
|
||||
test "enum type" {
|
||||
|
||||
Reference in New Issue
Block a user