aboutsummaryrefslogtreecommitdiff
path: root/ls_args.h
Commit message (Expand)AuthorAgeFilesLines
* docs: add linksHEADmasterLion Kortlepel2 days1-1/+2
* feat: add [VALUE] or <VALUE> to -/-- args in helpv2.4Lion Kortlepel2 days1-3/+15
* feat: add readme, refactor error handlingv2.3Lion Kortlepel2 days1-80/+111
* docs: improve example in docsLion Kortlepel2 days1-5/+16
* feat: add help option printing, add descriptionv2.2Lion Kortlepel2 days1-1/+30
* fix: clarify and add test for positional required argsv2.1Lion Kortlepel2 days1-2/+12
* chore: bump version to 2.0Lion Kortlepel2 days1-1/+1
* feat!: break api by removing `n` from positionals, implement help stringLion Kortlepel2 days1-30/+125
* fix: fix ls_args_parse segfault on required positional argsLion Kortlepel3 days1-5/+15
* feat: implement positional argumentsLion Kortlepel5 days1-20/+124
* feat: implement required arguments, add testsLion Kortlepel9 days1-0/+20
* fix: rename allocated_ strings to make accidental use less likelyLion Kortlepel9 days1-30/+30
* fix!: breaking: LS_ARG_ enum -> LS_ARGS_ enumLion Kortlepel9 days1-2/+2
* docs: fix comment styleLion Kortlepel9 days1-1/+2
* docs: add docs header to main includeLion Kortlepel9 days1-0/+74
* fix!: reach 96% line coverage, add tests, fix bugsLion Kortlepel12 days1-71/+198
* feat: add string argument parsingLion Kortlepel14 days1-20/+45
* initial commitLion Kortlepel14 days1-0/+262