Skip to content

Commit

Permalink
Update repo cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
WSMathias committed Mar 31, 2020
1 parent 46debe2 commit 3221e97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ go get github.com/srijanone/vega

```console
vega init
vega repo add <url>
vega starterkit list
vega create --starterkit <starterkit>
vega up
Expand Down
4 changes: 0 additions & 4 deletions cmd/repo.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cmd

import (
"fmt"
"io"

"github.com/spf13/cobra"
Expand All @@ -14,9 +13,6 @@ func newRepoCmd(out io.Writer) *cobra.Command {
Use: "repo",
Short: repoDesc,
Long: repoDesc,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("repo called")
},
}
repoCmd.AddCommand(newAddCmd(out))
repoCmd.AddCommand(newRepositoryList(out))
Expand Down

0 comments on commit 3221e97

Please sign in to comment.