Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Releases: mfuentesg/flagstruct

Flagstruct

29 Sep 20:33
41beabd
Compare
Choose a tag to compare

Flagstruct v1.0.2

New option allowed was added, with this option you can avoid unexpected values in your settings.

Flagstruct

21 Sep 22:40
2fe8346
Compare
Choose a tag to compare

Fix default values without command arguments

Flagstruct

21 Sep 22:02
e6dd36e
Compare
Choose a tag to compare

Flagstruct

This library is inspired on joeshaw/envdecode and this video.
Instead of read env variables, flagstruct help you to populate your structs from command line arguments.
flagstruct works with plain and nested structs, including pointers to nested structs. But, it will not allocate new points to structs.