example custom flag format
This commit is contained in:
parent
c675f6b659
commit
28329fa0b7
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user