mpeterv / argparse

Feature-rich command line parser for Lua
MIT License
251 stars 43 forks source link

Compatibility with strict.lua and other checkers. #1

Closed stepelu closed 10 years ago

stepelu commented 10 years ago

Without this change argparse is incompatible with strict.lua and other checkers as arg is not 'declared' and global.

mpeterv commented 10 years ago

Thanks! I also removed _TEST global variable previously used to detect whether argparse was being tested by busted.