authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-05-06 03:12:56 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-05-06 03:12:56 -07:00
log73dace5efb98d127a503cd741cfd6f3a01fe2f5a
tree97a14db1eefd1e273c23a05777f851044fb95edf
parentcdbcca208bb393e6e92247272c402f7df46fb737

cmd/zpm: add `showjson` to help text


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 dependencies27 \\ - add Append this package to your dependencies
28 \\ - showjson Print raw json from queried API responses
28 });29 });
29 return;30 return;
30 }31 }