Skip to content

Commit

Permalink
Add bogus '-compile' flag for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jan 10, 2022
1 parent 4d49227 commit 0662887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ func init() {
}

func main() {
// Not used anymore, kept only because the Arduino IDE still provides this flag
flag.Bool("compile", true, "[deprecated] this is now the default action")

flag.Parse()

Expand Down

0 comments on commit 0662887

Please sign in to comment.