Skip to content

Commit 7504cdc

Browse files
committed
Fix parsing
1 parent f444219 commit 7504cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/init.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export class Command {
5252
input: Input;
5353
returns: string;
5454
args?: { [key: string]: Arg };
55+
schema?: string;
5556
kind?: string;
5657
}) {
5758
this.module = config.module;

0 commit comments

Comments
 (0)