iffy / nim-argparse

Argument parsing for Nim
MIT License
120 stars 8 forks source link

No longer export `macros` when importing `argparse`. Fixes #73 #74

Closed iffy closed 2 years ago

iffy commented 2 years ago

I'm nervous about removing export macros because I thought it was necessary for the templates within argparse to have access to some macro code. Maybe that has changed since 1.0.x?