This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Releases: mfuentesg/flagstruct
Releases · mfuentesg/flagstruct
Flagstruct
Flagstruct
Fix default values without command arguments
Flagstruct
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.