cmd: improve completion sub-commands

This commit is contained in:
Nicola Murino
2021-10-03 08:14:57 +02:00
parent cc134cad9a
commit 22d28a37b6
10 changed files with 91 additions and 57 deletions

View File

@@ -7,7 +7,7 @@ import (
var (
serviceCmd = &cobra.Command{
Use: "service",
Short: "Manage SFTPGo Windows Service",
Short: "Manage the SFTPGo Windows Service",
}
)