bunpen: config: make the help type not an error

asking for help isn't an error
This commit is contained in:
2024-08-30 15:41:17 +00:00
parent 1a1edc0d19
commit 735079e615

View File

@@ -12,7 +12,7 @@ use rt;
use rt::ext;
// the user requested to see help.
export type help = !void;
export type help = void;
export type cli_request = struct {
// args to invoke the binary with.