Merge branch 'cli-support' of https://github.com/edgebox-iot/edgeboxctl into cli-support
commit
ac9376686c
|
@ -35,7 +35,7 @@ func main() {
|
||||||
{
|
{
|
||||||
Name: "bootstrap",
|
Name: "bootstrap",
|
||||||
Aliases: []string{"b"},
|
Aliases: []string{"b"},
|
||||||
Usage: "Setps up initial structure and dependencies for the edgebox system",
|
Usage: "Sets up initial structure and dependencies for the edgebox system",
|
||||||
Action: func(c *cli.Context) error {
|
Action: func(c *cli.Context) error {
|
||||||
fmt.Println("Edgebox Setup")
|
fmt.Println("Edgebox Setup")
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue