зеркало из https://github.com/mislav/hub.git
Use passin args
This commit is contained in:
Родитель
c2573f6f2c
Коммит
2801e65e2a
|
@ -3,7 +3,6 @@ package commands
|
|||
import (
|
||||
"fmt"
|
||||
"github.com/jingweno/gh/git"
|
||||
"os"
|
||||
)
|
||||
|
||||
type Runner struct {
|
||||
|
@ -11,7 +10,7 @@ type Runner struct {
|
|||
}
|
||||
|
||||
func (r *Runner) Execute() error {
|
||||
args := NewArgs(os.Args[1:])
|
||||
args := NewArgs(r.Args)
|
||||
if args.Command == "" {
|
||||
usage()
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче