example custom flag format

This commit is contained in:
Simon Kellet 2026-07-09 16:36:25 +01:00
parent c675f6b659
commit 28329fa0b7

View File

@ -14,9 +14,9 @@ main :: proc(){
fleg.init_custom_allocator(arena_alloc) fleg.init_custom_allocator(arena_alloc)
*/ */
fleg.FLAG_START_CHAR = "--" fleg.FLAG_START_CHAR = ":"
fleg.FLAG_SEP_CHAR = ":" fleg.FLAG_SEP_CHAR = "="
fleg.FORCE_HELP_ON_EMPTY_ARGS = true //fleg.FORCE_HELP_ON_EMPTY_ARGS = true
defer fleg.destroy() defer fleg.destroy()
isRunning: bool isRunning: bool