Adds the log limit flag to the repo command
This commit is contained in:
parent
c05277f234
commit
1da04d0f93
1 changed files with 2 additions and 1 deletions
1
cmd.go
1
cmd.go
|
@ -10,6 +10,7 @@ func (i *indexCmd) Run() error {
|
|||
|
||||
type repoCmd struct {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue