authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-04-14 13:38:18-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-04-14 13:38:18-04:00
logfc48c232e515489970f8c505d22174a96b605ab6
tree8c702e2836bda90756038666ce7bfe504703defd
parent448f8c2eb8335e1c8fc0dd76c3ed728b80487a63

cli: add `c++` subcommand to --help menu

closes #5034

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

src/main.cpp+1
...@@ -37,6 +37,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {...@@ -37,6 +37,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
37 " build-obj [source] create object from source or assembly\n"37 " build-obj [source] create object from source or assembly\n"
38 " builtin show the source code of @import(\"builtin\")\n"38 " builtin show the source code of @import(\"builtin\")\n"
39 " cc use Zig as a drop-in C compiler\n"39 " cc use Zig as a drop-in C compiler\n"
40 " c++ use Zig as a drop-in C++ compiler\n"
40 " fmt parse files and render in canonical zig format\n"41 " fmt parse files and render in canonical zig format\n"
41 " id print the base64-encoded compiler id\n"42 " id print the base64-encoded compiler id\n"
42 " init-exe initialize a `zig build` application in the cwd\n"43 " init-exe initialize a `zig build` application in the cwd\n"