Commit ea023b34 authored by nanahira's avatar nanahira

support Command.Usage

parent 8257a154
......@@ -158,7 +158,7 @@ export const CommandShortcut = (
config: Command.Shortcut = {},
) => CommandDef((cmd) => cmd.shortcut(name, config));
export const CommandUsage = (text: string) =>
export const CommandUsage = (text: Command.Usage) =>
CommandDef((cmd) => cmd.usage(text));
export const CommandExample = (text: string) =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment