mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
Merge pull request #426 from hezhizhen/rm-bare
fix: accept bare flag to remove bare repositories
This commit is contained in:
commit
4f4abb143d
|
|
@ -77,6 +77,7 @@ var commandRm = &cli.Command{
|
|||
Action: doRm,
|
||||
Flags: []cli.Flag{
|
||||
&cli.BoolFlag{Name: "dry-run", Usage: "Do not remove actually"},
|
||||
&cli.BoolFlag{Name: "bare", Usage: "Remove a bare repository"},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue