diff --git a/tools/cli/commands.js b/tools/cli/commands.js index df3b1f2014..424493d4ce 100644 --- a/tools/cli/commands.js +++ b/tools/cli/commands.js @@ -522,7 +522,7 @@ export const AVAILABLE_SKELETONS = [ main.registerCommand({ name: 'create', - maxArgs: 2, + maxArgs: 1, options: { list: { type: Boolean }, example: { type: String },