authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-29 04:52:14 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-29 04:52:14 -07:00
loge162054ebb90668ab69478aec57ba68067d81f26
tree588737d92b24222ea4965a16a340c177a6830e33
parent9f01fa09eb07b9e8a035a849a2e7f603b30f4749

cmd/aq- add showjson to subcommand list


1 files changed, 1 insertions(+), 0 deletions(-)

src/cmd/aq.zig+1
...@@ -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 dependencies29 \\ - add Append this package to your dependencies
30 \\ - showjson Print debug api data to stdout
30 \\ - update Check your zig.mod dependencies for new versions31 \\ - update Check your zig.mod dependencies for new versions
31 \\ - modile Print the zig.mod text for a new version32 \\ - modile Print the zig.mod text for a new version
32 });33 });