mirror of
https://github.com/grdl/git-get.git
synced 2026-03-22 18:05:07 +00:00
Remove git-list command
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
var cmd = &cobra.Command{
|
||||
Use: "git-list",
|
||||
Short: "git list",
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
if err := cmd.Execute(); err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
func main() {
|
||||
Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user