Artifact 7d0c94d714389e2be8b8eb37e34b5b0736bc7781001b84d3c46f20bd825f0e8c:
- File mod/kcli/testbin.exe.c — part of check-in [c0e04b9015] at 2019-10-30 03:34:34 on branch trunk — begin work on kcli module; continue to build out infra for error explanation function (user: lexi, size: 209) [annotate] [blame] [check-ins using]
#include <k/core.h> #include <k/cli.h> stat entry (kenv e) { kcli_set testbin = { "testbin", "1.0.0", e.args, e.argc, "this is a test of the kcli module", }; kcli_usage(testbin, e.err); return 0; }