diff --git a/cmd.go b/cmd.go index 7008b1c..07856d8 100644 --- a/cmd.go +++ b/cmd.go @@ -9,7 +9,8 @@ func (i *indexCmd) Run() error { } type repoCmd struct { - Path string `arg:"" help:"The path to the repository."` + Path string `arg:"" help:"The path to the repository."` + LogLimit int `short:"l" help:"The limit of commits to show in the log"` } func (r *repoCmd) Run() error {