cmd: add shell completion and man pages generators

This commit is contained in:
Nicola Murino
2020-07-08 23:21:33 +02:00
parent 0ea2ca3141
commit 96cbce52f9
6 changed files with 138 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ var (
rootCmd = &cobra.Command{
Use: "sftpgo",
Short: "Full featured and highly configurable SFTP server",
Short: "Fully featured and highly configurable SFTP server",
}
)