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