feat: adjusted maxArgs variable

This commit is contained in:
Gabriel Grubba
2022-10-14 00:49:19 -03:00
parent b383b599cb
commit a72874fb2c

View File

@@ -522,7 +522,7 @@ export const AVAILABLE_SKELETONS = [
main.registerCommand({
name: 'create',
maxArgs: 2,
maxArgs: 1,
options: {
list: { type: Boolean },
example: { type: String },