diff --git a/src/command.ts b/src/command.ts index f9dda618..fc2d0858 100644 --- a/src/command.ts +++ b/src/command.ts @@ -117,7 +117,7 @@ export namespace Command { options: a.options, default: typeof a.default === 'function' ? a.default({}) : a.default, hidden: a.hidden, - })) : {} as Command['args'], + })) : [], } } }