Renamed 'configuration' to 'serverconfig'.

Related to #15
This commit is contained in:
Stanislav Nikitin 2020-04-27 03:37:42 +05:00
parent 2e07cb9726
commit 66ec7f86ab
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ import (
)
func main() {
config := cli.NewCommand("configuration", "work with giredore server configuration").
WithShortcut("conf").
config := cli.NewCommand("serverconfig", "work with giredore server configuration").
WithShortcut("serverconf").
WithCommand(
cli.NewCommand("get", "gets and prints out current giredore server configuration").
WithAction(func(args []string, options map[string]string) int {