flagfile icon indicating copy to clipboard operation
flagfile copied to clipboard

flagfile provides a simple api for flag serialization and parsing on top of the flag package

Results 3 flagfile issues
Sort by recently updated
recently updated
newest added

Hello, I've just contributed to this project by adding a new feature that enables the export of specific flags. I've opened a pull request but the Travis CI build is...

Added the possibility to export specific flags (to io.writer or to file) in 2 functions: DumpMyFlags & DumpMyFlagsToPath. Each function takes a string array which contains the desired flags.