libk  Diff

Differences From Artifact [7d0c94d714]:

To Artifact [9c55c30fa9]:


4
5
6
7
8
9
10
11
12
13
14
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;
}







|

|

4
5
6
7
8
9
10
11
12
13
14
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;
}