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

@@ -14,7 +14,7 @@ import (
var (
startCmd = &cobra.Command{
Use: "start",
Short: "Start SFTPGo Windows Service",
Short: "Start the SFTPGo Windows Service",
Run: func(cmd *cobra.Command, args []string) {
configDir = util.CleanDirInput(configDir)
if !filepath.IsAbs(logFilePath) && util.IsFileInputValid(logFilePath) {