send the right args already
This commit is contained in:
parent
ae13593d05
commit
ec0fe277f6
|
@ -44,7 +44,7 @@ func (args) doBashAuto() {
|
||||||
case "list":
|
case "list":
|
||||||
fmt.Println("--all --mine --favorites --private")
|
fmt.Println("--all --mine --favorites --private")
|
||||||
case "pull":
|
case "pull":
|
||||||
fmt.Println("--verbose")
|
fmt.Println("--force")
|
||||||
case "patch":
|
case "patch":
|
||||||
fmt.Println("get list --submit show")
|
fmt.Println("get list --submit show")
|
||||||
case "user":
|
case "user":
|
||||||
|
|
Loading…
Reference in New Issue