aboutsummaryrefslogtreecommitdiff
path: root/tests/core/flags
Commit message (Collapse)AuthorAgeFilesLines
* Fix more procedure to be `contextless`gingerBill2025-08-081-1/+1
|
* flags: Rename `varg` to `overflow`, let it be renamed with configFeoramund2025-06-091-45/+45
|
* Add more `core:flags` tests to codify behaviorFeoramund2025-06-091-0/+104
|
* flags: Rename `variadic` to `manifold` (breaking change)Feoramund2025-06-091-10/+10
|
* Fix data race in `test_core_flags`Feoramund2024-09-101-13/+20
|
* Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-041-1/+1
|
* Fix removal of temporary file in `core:flags` testFeoramund2024-06-181-8/+7
|
* Raise error on spaced UNIX-style flag with no valueFeoramund2024-06-151-0/+17
|
* Add `--` parsing to UNIX-style `core:flags`Feoramund2024-06-141-0/+27
| | | | | This will allow a user to indicate all arguments after `--` are parsed into the variadic array.
* Add package `core:flags`Feoramund2024-06-071-0/+1350