mirror of
https://gitea.com/jolheiser/sip
synced 2024-11-22 19:51:58 +01:00
Make fmt
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
a60c71469d
commit
b0816086dd
@ -10,7 +10,7 @@ import (
|
|||||||
var Config = cli.Command{
|
var Config = cli.Command{
|
||||||
Name: "config",
|
Name: "config",
|
||||||
Aliases: []string{"cfg"},
|
Aliases: []string{"cfg"},
|
||||||
Usage: "Modify sip config",
|
Usage: "Modify Sip config",
|
||||||
Action: doConfig,
|
Action: doConfig,
|
||||||
Subcommands: []*cli.Command{
|
Subcommands: []*cli.Command{
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user