From a72874fb2c055a7a479da2fbcfc3a626dc3bc707 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Fri, 14 Oct 2022 00:49:19 -0300 Subject: [PATCH] feat: adjusted maxArgs variable --- tools/cli/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },