mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
feat: adjusted maxArgs variable
This commit is contained in:
@@ -522,7 +522,7 @@ export const AVAILABLE_SKELETONS = [
|
||||
|
||||
main.registerCommand({
|
||||
name: 'create',
|
||||
maxArgs: 2,
|
||||
maxArgs: 1,
|
||||
options: {
|
||||
list: { type: Boolean },
|
||||
example: { type: String },
|
||||
|
||||
Reference in New Issue
Block a user