davetron5000 / gli

Make awesome command-line applications the easy way
http://davetron5000.github.io/gli
Apache License 2.0
1.26k stars 102 forks source link

Only take the name of the flags and switches when initializing config #218

Closed ZeroPointEnergy closed 8 years ago

ZeroPointEnergy commented 9 years ago

This makes sure only the names of the switches and flags get dumped (the ones who actually get loaded) to the config file and not all the aliases as well.

davetron5000 commented 9 years ago

Ah, nice. Along same lines as other PR, can you do a test for this?

ZeroPointEnergy commented 8 years ago

Tests added. Please let me know if they are ok.

ZeroPointEnergy commented 8 years ago

This fixes #64

davetron5000 commented 8 years ago

Thanks! This is now live as 2.13.3