testing commit
This commit is contained in:
parent
4cd015b017
commit
4b7669ef7b
2
argv.go
2
argv.go
|
@ -61,7 +61,7 @@ type NormalCmd struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type CommitCmd struct {
|
type CommitCmd struct {
|
||||||
// Submit bool `arg:"--submit" default:"true" help:"submit the patches to forge"`
|
Submit bool `arg:"--submit" default:"true" help:"submit the patches to forge"`
|
||||||
All bool `arg:"--all" default:"true" help:"git commit in all dirty repos"`
|
All bool `arg:"--all" default:"true" help:"git commit in all dirty repos"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue