forked from toolshed/abra
chore: appease formatter
This commit is contained in:
parent
e6db064149
commit
22118b88e4
@ -1,8 +1,8 @@
|
|||||||
package server
|
package server
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
|
||||||
"context"
|
"context"
|
||||||
|
"errors"
|
||||||
"os"
|
"os"
|
||||||
"os/user"
|
"os/user"
|
||||||
"path"
|
"path"
|
||||||
@ -24,7 +24,6 @@ var localFlag = &cli.BoolFlag{
|
|||||||
Destination: &local,
|
Destination: &local,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var serverAddCommand = &cli.Command{
|
var serverAddCommand = &cli.Command{
|
||||||
Name: "add",
|
Name: "add",
|
||||||
Usage: "Add a new server",
|
Usage: "Add a new server",
|
||||||
@ -49,7 +48,7 @@ All communication between Abra and the server will use this SSH connection.
|
|||||||
NOTE: If you specify --local, none of the above applies 🙃
|
NOTE: If you specify --local, none of the above applies 🙃
|
||||||
|
|
||||||
`,
|
`,
|
||||||
Aliases: []string{"a"},
|
Aliases: []string{"a"},
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
localFlag,
|
localFlag,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user