diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-06-09 12:55:00 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-06-09 13:02:05 -0400 |
| commit | 6dee422700130a8ea450a753e8e2a059f3ab2bd5 (patch) | |
| tree | db7eebc28932879fde013a54b0afc22f33f344c8 /core/flags/constants.odin | |
| parent | 2e199c669f539fe327dcc52a82d0216e66da974b (diff) | |
flags: Rename `varg` to `overflow`, let it be renamed with config
Diffstat (limited to 'core/flags/constants.odin')
| -rw-r--r-- | core/flags/constants.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/flags/constants.odin b/core/flags/constants.odin index 68ac711c1..dc2663e2a 100644 --- a/core/flags/constants.odin +++ b/core/flags/constants.odin @@ -28,7 +28,7 @@ TAG_USAGE :: "usage" UNDOCUMENTED_FLAG :: "<This flag has not been documented yet.>" -INTERNAL_VARIADIC_FLAG :: "varg" +INTERNAL_OVERFLOW_FLAG :: #config(ODIN_CORE_FLAGS_OVERFLOW_FLAG, "overflow") RESERVED_HELP_FLAG :: "help" RESERVED_HELP_FLAG_SHORT :: "h" |