bunpen: config: make the help
type not an error
asking for help isn't an error
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user