parent
2e07cb9726
commit
66ec7f86ab
@ -13,8 +13,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
config := cli.NewCommand("configuration", "work with giredore server configuration").
|
config := cli.NewCommand("serverconfig", "work with giredore server configuration").
|
||||||
WithShortcut("conf").
|
WithShortcut("serverconf").
|
||||||
WithCommand(
|
WithCommand(
|
||||||
cli.NewCommand("get", "gets and prints out current giredore server configuration").
|
cli.NewCommand("get", "gets and prints out current giredore server configuration").
|
||||||
WithAction(func(args []string, options map[string]string) int {
|
WithAction(func(args []string, options map[string]string) int {
|
||||||
|
Loading…
Reference in New Issue
Block a user