mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-30 02:28:27 +02:00
Further cleanup / refactoring
This commit is contained in:
@@ -10,11 +10,6 @@ import (
|
||||
|
||||
var taskGitRepository string
|
||||
|
||||
type Task struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
GitRepository string `json:"gitRepository,omitempty"`
|
||||
}
|
||||
|
||||
var taskCmd = &cobra.Command{
|
||||
Use: "task ([flags]) [task]",
|
||||
Short: "Task settings",
|
||||
|
||||
Reference in New Issue
Block a user