Open pirxpilot opened 8 years ago
Readme claims that all options default to false:
opt - Object bag of settings regarding string formatting. All default to false.
However, if not specified, position tracking is on:
parser.trackPosition = parser.opt.position !== false
I'll gladly submit a patch, but should we fix the documentation, or the code?
I'd say fix the documentation. Lower risk of breaking someone's program.
Readme claims that all options default to false:
However, if not specified, position tracking is on:
I'll gladly submit a patch, but should we fix the documentation, or the code?