Fix several flag options expecting a value
This commit is contained in:
parent
f921548024
commit
c7d24edc1d
3 changed files with 14 additions and 5 deletions
|
@ -370,13 +370,13 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
},
|
||||
{
|
||||
name: "case-sensitive",
|
||||
type: "boolean",
|
||||
shortcut: "cs",
|
||||
flag: true,
|
||||
},
|
||||
{
|
||||
name: "export",
|
||||
type: "boolean",
|
||||
shortcut: "e",
|
||||
flag: true,
|
||||
},
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue