We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281a43a commit f4b10f3Copy full SHA for f4b10f3
src/commands/cm/stacks/validate-regex.ts
@@ -1,4 +1,3 @@
1
-import { FlagInput } from '@contentstack/cli-utilities/node_modules/@oclif/core/lib/interfaces/parser';
2
import { Command } from "@contentstack/cli-command";
3
import { flags } from '@contentstack/cli-utilities';
4
import { inquireAlias, inquireModule } from "../../../utils/interactive";
@@ -8,7 +7,7 @@ const regexMessages = require("../../../../messages/index.json").validateRegex;
8
7
export default class ValidateRegex extends Command {
9
static description = regexMessages.command.description;
10
11
- static flags: FlagInput = {
+ static flags: any = {
12
help: flags.help({ char: "h", description: regexMessages.command.help }),
13
alias: flags.string({
14
char: "a",
0 commit comments