Skip to content

Tags: twh2898/cc-libs

Tags

0.3.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Push to another branch (#43)

0.3.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Luacheck ignore logs and stub directory (#38)

0.3.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Finally found exit 0 for argparse (#37)

0.3.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Gitignore logs (#36)

0.3.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use turtle.detect instead of turtle.inspect (#35)

0.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optional args (#34)

* Optional arguments
* Handle duplicate args or options
* Check for name duplicate between args and options
* Handle multi arg
* Empty line between usage and description
* Replace os.exit with return nil
* Use add_arg options in bridge app
* Add emulate target to makefile

0.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove stub from luacheckrc ignore for type hints (#33)

0.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add missing step name (#32)

0.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Build version (#31)

* Make tag after creating archives
* Include version file in release archives

0.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Args (#30)

* Add cc-libs.util.argparse
* Test argparse
* Return existing mock from patch
* Run test cases in alphabetical order
* Fix lint