disable status-search arg
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
4c788bc321
commit
1579c3ec25
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export const searchCmdSignature = {
|
||||||
export: ct.switchOption({ def: false, shortcut: "e" }),
|
export: ct.switchOption({ def: false, shortcut: "e" }),
|
||||||
ids: ct.switchOption(),
|
ids: ct.switchOption(),
|
||||||
regex: ct.switchOption({ def: false, shortcut: "re" }),
|
regex: ct.switchOption({ def: false, shortcut: "re" }),
|
||||||
"status-search": ct.switchOption({ def: false, shortcut: "ss" }),
|
// "status-search": ct.switchOption({ def: false, shortcut: "ss" }),
|
||||||
};
|
};
|
||||||
|
|
||||||
export const SearchCmd = utilityCmd({
|
export const SearchCmd = utilityCmd({
|
||||||
|
|
Loading…
Add table
Reference in a new issue