We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f444219 commit 7504cdcCopy full SHA for 7504cdc
src/init.ts
@@ -52,6 +52,7 @@ export class Command {
52
input: Input;
53
returns: string;
54
args?: { [key: string]: Arg };
55
+ schema?: string;
56
kind?: string;
57
}) {
58
this.module = config.module;
0 commit comments