Skip to content

Commit

Permalink
fix: remove unused option
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jan 14, 2021
1 parent fac1d16 commit 5eeffb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/fork-cleaner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ func main() {
Usage: "Base GitHub URL",
Value: "https://api.github.com/",
},
cli.BoolFlag{
Name: "force, f",
Usage: "Don't ask to remove the forks",
},
}

app.Action = func(c *cli.Context) error {
Expand Down

0 comments on commit 5eeffb4

Please sign in to comment.