| ... | @@ -27,6 +27,7 @@ pub fn execute(args: [][]u8) !void { | ... | @@ -27,6 +27,7 @@ pub fn execute(args: [][]u8) !void { |
| 27 | \\ | 27 | \\ |
| 28 | \\The subcommands available are: | 28 | \\The subcommands available are: |
| 29 | \\ - add Append this package to your dependencies | 29 | \\ - add Append this package to your dependencies |
| | 30 | \\ - showjson Print debug api data to stdout |
| 30 | \\ - update Check your zig.mod dependencies for new versions | 31 | \\ - update Check your zig.mod dependencies for new versions |
| 31 | \\ - modile Print the zig.mod text for a new version | 32 | \\ - modile Print the zig.mod text for a new version |
| 32 | }); | 33 | }); |