Skip to content

Commit

Permalink
Attempt to fix remore#8
Browse files Browse the repository at this point in the history
  • Loading branch information
cwboyd committed Sep 9, 2020
1 parent 40ee357 commit 165d030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func main() {
Version: "0.1.1",
HideHelp: true,
Flags: []cli.Flag {
&cli.HelpFlag,
&cli.HelpFlag{},
&cli.BoolFlag{
Name: "text, t",
Usage: "text output without color and syntax highlight",
Expand Down

0 comments on commit 165d030

Please sign in to comment.