Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-21fix(lapp) support positional args with numbers (#428)nathanrpage97
2022-07-21fix(lapp) add file name to arg table when using the default value (#427)nathanrpage97
2022-01-05fix(lapp) enable lapp to have lua-patterns in enumsnathanrpage97
2018-09-21added linter to the test setup and fixed warningsThijs Schreijer
2017-07-17Merge pull request #251 from IoriBranford/masterSteve J Donovan
2017-07-15Fix error in 'pl.lapp.process_options_string'Doron Behar
2017-05-14Fix global success variable in lapp.IoriBranford
2017-05-08Issue #246: bad/misleading code in examplessteve donovan
2017-04-05lapp: print left in codesteve donovan
2017-04-02issue #243 broken lapp default: little fix to c222e422274csteve donovan
2017-04-01issue #241: little hack to handle no-trailing-comment casesteve donovan
2017-01-30lapp: Convert default values using the associated converter functionDennis Schridde
2016-11-22Fix typos in pl.lapp docsPeter Melnichenko
2016-09-13issue #226 lapp respects ':' as well as '='Steve Donovan
2016-07-23issue #191 '--' means 'end of parsed arguments'. Thanks to urzdssteve donovan
2015-09-23Fix option name used instead of option value in lappmpeterv
2014-04-25more type info in docsSteve Donovan
2014-03-17Improved detection of unsupported short flagsIvo Danihelka
2014-02-28workaround for issues with pl.lapp with amalg.luaSteve Donovan
2013-08-25pl.lapp allows -<char> flags to be followed directly by value, for instance -...steve donovan
2013-08-11documentation changes and refactoringssteve donovan
2013-06-21lapp slack mode: 'short' flags may have more than one charactersteve donovan
2013-06-21issue #77: allow user to override -h/--help default behavioursteve donovan
2013-05-26issue #70, lapp: true-by-default flags toggle to falsesteve donovan
2013-05-13issue #70: boolean flags may have true default1.1.1steve donovan
2013-03-18lapp.add_type was broken due to uninitialized table variable.Pete Kazmier
2012-10-16added support for '(optional type)'. I'm not sure that's the best syntax for...Geoff Leyland
2012-10-12Added test and fixed a problem with long options with dashes in lappGeoff Leyland
2012-10-12Better support for long option names with dashes in lappGeoff Leyland
2012-05-12tests now all work with -lpl.strict with both 5.1 and 5.21.0.2steve donovan
2012-05-08issue 26: lapp was converting numbers in names to underscoressteve donovan
2012-03-25explicit dependencies in docs for each modulesteve donovan
2012-03-20Lapp may take an extra argument for explicitly providing an argument liststeve donovan
2012-03-18updating module references to manualsteve donovan
2012-01-13sip.custom_pattern(flag,patt) for new patterns; lapp: fixed bug with default ...steve donovan
2012-01-11lapp extended as suggested by Egil; see end of test-lapp.luasteve donovan
2011-09-30set lapp.show_usage_error to false to suppress usage message on errorsteve donovan
2011-05-27Merge branch 'master' of github.com:stevedonovan/Penlightrjpcomputing
2011-05-27Fixed a variable not being local.rjpcomputing
2011-04-05lapp varargs confused by arbitrary ...steve donovan
2011-03-28In (default '') discard the quotes if present. Extra parameters are working n...steve donovan
2011-02-16General pruning of excessive module inter-dependencies.0.9.2stevedonovan
2011-02-12lapp short option was brokenstevedonovan
2011-01-29converted all tabs to four spacesstevedonovan
2011-01-29lapp broken by moved res declarationstevedonovan
2011-01-26table res was not properly re-initialized'stevedonovan
2010-12-29local declarations needed to make Strict happystevedonovan
2010-12-23lapp now allows using only long options and there can be spaces after the com...stevedonovan
2010-12-20Version 0.9.0 Initial Commit:0.9.0stevedonovan
2010-12-16All source is now LF terminated.\nAll tests run successfully from their own d...stevedonovan