#include #include stat entry (kenv e) { kcli_set testbin = { "testbin", "1.0.0", e.args, e.argc, "this is a test of the kcli module", }; kcond c = kcli_usage(testbin, e.err); return c; }