mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Corrected help command string (#3560)
This commit is contained in:
@@ -139,7 +139,7 @@ export class SendProgram extends Program {
|
|||||||
return new program.Command("template")
|
return new program.Command("template")
|
||||||
.arguments("<object>")
|
.arguments("<object>")
|
||||||
.description("Get json templates for send objects", {
|
.description("Get json templates for send objects", {
|
||||||
object: "Valid objects are: send, send.text, send.file",
|
object: "Valid objects are: send.text, send.file",
|
||||||
})
|
})
|
||||||
.action(async (object) => {
|
.action(async (object) => {
|
||||||
const cmd = new GetCommand(
|
const cmd = new GetCommand(
|
||||||
|
|||||||
Reference in New Issue
Block a user