| author | |
| committer | |
| log | 73dace5efb98d127a503cd741cfd6f3a01fe2f5a |
| tree | 97a14db1eefd1e273c23a05777f851044fb95edf |
| parent | cdbcca208bb393e6e92247272c402f7df46fb737 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/cmd/zpm.zig+1| ... | @@ -25,6 +25,7 @@ pub fn execute(args: [][]u8) !void { | ... | @@ -25,6 +25,7 @@ pub fn execute(args: [][]u8) !void { |
| 25 | \\ | 25 | \\ |
| 26 | \\The subcommands available are: | 26 | \\The subcommands available are: |
| 27 | \\ - add Append this package to your dependencies | 27 | \\ - add Append this package to your dependencies |
| 28 | \\ - showjson Print raw json from queried API responses | ||
| 28 | }); | 29 | }); |
| 29 | return; | 30 | return; |
| 30 | } | 31 | } |