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
12
cmd/cmd.go
12
cmd/cmd.go
@ -15,14 +15,14 @@ import (
|
||||
var (
|
||||
Flags = []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
Name: "origin",
|
||||
Usage: "The origin remote",
|
||||
Value: config.Origin,
|
||||
Name: "origin",
|
||||
Usage: "The origin remote",
|
||||
Value: config.Origin,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "upstream",
|
||||
Usage: "The upstream remote",
|
||||
Value: config.Upstream,
|
||||
Name: "upstream",
|
||||
Usage: "The upstream remote",
|
||||
Value: config.Upstream,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "url",
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
var Config = cli.Command{
|
||||
Name: "config",
|
||||
Aliases: []string{"cfg"},
|
||||
Usage: "Modify sip config",
|
||||
Usage: "Modify Sip config",
|
||||
Action: doConfig,
|
||||
Subcommands: []*cli.Command{
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user