File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -80,5 +80,5 @@ EXAMPLES
8080 $ csdx cm:stacks:validate-regex -a <management_token_alias> -c -g -f <path/to/the/directory>
8181```
8282
83- _ See code: [ src/commands/cm/stacks/validate-regex.ts] ( https://github.com/contentstack/cli-cm-regex-validate/blob/v1.2.2 /src/commands/cm/stacks/validate-regex.ts ) _
83+ _ See code: [ src/commands/cm/stacks/validate-regex.ts] ( https://github.com/contentstack/cli-cm-regex-validate/blob/v1.2.1 /src/commands/cm/stacks/validate-regex.ts ) _
8484<!-- commandsstop -->
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const regexMessages = require("../../../../messages/index.json").validateRegex;
88export default class ValidateRegex extends Command {
99 static description = regexMessages . command . description ;
1010
11- static flags : FlagInput = {
11+ static flags : any = {
1212 help : flags . help ( { char : "h" , description : regexMessages . command . help } ) ,
1313 alias : flags . string ( {
1414 char : "a" ,
@@ -40,7 +40,6 @@ export default class ValidateRegex extends Command {
4040
4141 async run ( ) {
4242 const commandObject = await this . parse ( ValidateRegex ) ;
43-
4443 await inquireAlias ( commandObject . flags ) ;
4544
4645 let tokenDetails : any ;
You can’t perform that action at this time.
0 commit comments