libk  Artifact [7d0c94d714]

Artifact 7d0c94d714389e2be8b8eb37e34b5b0736bc7781001b84d3c46f20bd825f0e8c:


#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;
}