Removed vars from fetch cmd
This commit is contained in:
parent
c822531fde
commit
6785402928
1 changed files with 0 additions and 6 deletions
|
|
@ -13,12 +13,6 @@ import (
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
|
||||||
accessToken string
|
|
||||||
remoteHost string
|
|
||||||
remotePort int
|
|
||||||
)
|
|
||||||
|
|
||||||
var fetchCmd = &cobra.Command{
|
var fetchCmd = &cobra.Command{
|
||||||
Use: "fetch",
|
Use: "fetch",
|
||||||
Short: "Fetch a config file from a remote instance of configurator",
|
Short: "Fetch a config file from a remote instance of configurator",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue