From 6dee422700130a8ea450a753e8e2a059f3ab2bd5 Mon Sep 17 00:00:00 2001 From: Feoramund <161657516+Feoramund@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:55:00 -0400 Subject: flags: Rename `varg` to `overflow`, let it be renamed with config --- core/flags/example/example.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/flags/example') diff --git a/core/flags/example/example.odin b/core/flags/example/example.odin index 1988eb3ee..a3af44790 100644 --- a/core/flags/example/example.odin +++ b/core/flags/example/example.odin @@ -114,7 +114,7 @@ main :: proc() { verbose: bool `usage:"Show verbose output."`, debug: bool `args:"hidden" usage:"print debug info"`, - varg: [dynamic]string `usage:"Any extra arguments go here."`, + overflow: [dynamic]string `usage:"Any extra arguments go here."`, } opt: Options -- cgit v1.2.3