SamuelSchlesinger / commander-cli

A simple library I wrote to allow me to quickly and easily construct command line interfaces.
MIT License
29 stars 2 forks source link

Clean symbol type rep #12

Closed BebeSparkelSparkel closed 1 year ago

BebeSparkelSparkel commented 3 years ago

when creating documentation there was a lot of boilerplate that obfuscated the intent of what documentation was being created. I created helper functions that made things clearer.

SamuelSchlesinger commented 3 years ago

Rebase on master to get rid of my commits, don't add Internal module, just don't export them from the original module. Other than that, looks good 👍

SamuelSchlesinger commented 3 years ago

Rebase onto master and we can get this in.

BebeSparkelSparkel commented 3 years ago

Rebased. I have left Internal due to it's usefulness in the latter PRs.