nest-console
Advanced tools
Comparing version 6.7.2 to 6.7.3
@@ -75,3 +75,3 @@ "use strict"; | ||
}); | ||
command.option(`--${optionMeta.name}`, optionMeta.description, undefined, optionMeta.defaultValue, optionMeta.required); | ||
command.option(`--${optionMeta.name} <${optionMeta.name}>`, optionMeta.description, undefined, optionMeta.defaultValue, optionMeta.required); | ||
} | ||
@@ -78,0 +78,0 @@ } |
{ | ||
"name": "nest-console", | ||
"version": "6.7.2", | ||
"version": "6.7.3", | ||
"description": "The nest console module eases the creation of beautiful and testable command line interfaces for applications base on nestjs framework.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
27666