diff options
Diffstat (limited to 'argv.struct.go')
| -rw-r--r-- | argv.struct.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.struct.go b/argv.struct.go index ce2e56a..6813437 100644 --- a/argv.struct.go +++ b/argv.struct.go @@ -97,6 +97,7 @@ type GitCmd struct { Tag *EmptyCmd `arg:"subcommand:tag" help:"show tags"` Pull *EmptyCmd `arg:"subcommand:pull" help:"pull the wit standard paths"` Push *EmptyCmd `arg:"subcommand:push" help:"push the wit standard paths"` + Template string `arg:"--template" help:"create a new reup from a tempalte"` Create string `arg:"--create" help:"create new repo"` Edit string `arg:"--edit" help:"edit the subject of the last commit"` ChopHEAD int `arg:"--chop-head-off" help:"remove the last commit (HEAD-1)"` |
