mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
hide experimental bw send --email flag (#15955)
This commit is contained in:
@@ -55,10 +55,13 @@ export class SendProgram extends BaseProgram {
|
|||||||
"optional password to access this Send. Can also be specified in JSON.",
|
"optional password to access this Send. Can also be specified in JSON.",
|
||||||
).conflicts("email"),
|
).conflicts("email"),
|
||||||
)
|
)
|
||||||
.option(
|
.addOption(
|
||||||
|
new Option(
|
||||||
"--email <email>",
|
"--email <email>",
|
||||||
"optional emails to access this Send. Can also be specified in JSON.",
|
"optional emails to access this Send. Can also be specified in JSON.",
|
||||||
parseEmail,
|
)
|
||||||
|
.argParser(parseEmail)
|
||||||
|
.hideHelp(),
|
||||||
)
|
)
|
||||||
.option("-a, --maxAccessCount <amount>", "The amount of max possible accesses.")
|
.option("-a, --maxAccessCount <amount>", "The amount of max possible accesses.")
|
||||||
.option("--hidden", "Hide <data> in web by default. Valid only if --file is not set.")
|
.option("--hidden", "Hide <data> in web by default. Valid only if --file is not set.")
|
||||||
|
|||||||
Reference in New Issue
Block a user