use uppercase letters for flag usage

Signed-off-by: panguicai008 <guicai.pan@daocloud.io>
This commit is contained in:
panguicai008
2023-03-08 11:23:15 +08:00
parent 29e10a192a
commit 5c9c630c33
38 changed files with 84 additions and 84 deletions

View File

@@ -29,7 +29,7 @@ type resizer interface {
// Command is the cli command for managing tasks
var Command = cli.Command{
Name: "tasks",
Usage: "manage tasks",
Usage: "Manage tasks",
Aliases: []string{"t", "task"},
Subcommands: []cli.Command{
attachCommand,