issues
search
00JCIV00
/
cova
Commands, Options, Values, Arguments. A simple yet robust cross-platform command line argument parsing library for Zig.
https://00jciv00.github.io/cova/
MIT License
110
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Do not insert newline when there are no sub-Commands
#68
aaronjheng
opened
2 weeks ago
0
Format code
#67
aaronjheng
closed
2 weeks ago
2
Explicitly passing an empty string as a `[]const u8` value causes index out of bounds error during parsing
#66
tranzystorekk
closed
1 month ago
1
some enums have been changed to camelCase from PascalCase
#65
p7r0x7
opened
2 months ago
6
Options with "empty" values are not allowed
#64
charlesrocket
opened
2 months ago
0
V0.10.1
#63
00JCIV00
closed
2 months ago
0
Revamp UsageHelpConfig to DefaultArgsConfig
#62
00JCIV00
opened
2 months ago
0
Updated main.yaml to use Zig v0.13.0
#61
00JCIV00
closed
3 months ago
0
Partial override of default options
#60
charlesrocket
closed
3 months ago
1
Diagnostics Pattern to handle Parsing Errors
#59
00JCIV00
opened
4 months ago
0
Update to zig 0.13.0
#58
PalanixYT
closed
4 months ago
6
Create Commands from a Help Message
#57
00JCIV00
opened
5 months ago
0
Completions Parsing Function
#56
00JCIV00
opened
6 months ago
0
build.zig API changes for 0.13.0-dev.211+6a65561e3
#55
p7r0x7
closed
6 months ago
2
Implement `optimize()` Function
#54
00JCIV00
closed
8 months ago
1
Default help doesn't adapt to cova.Command.Custom.FromConfig setting
#53
AdjectiveAllison
closed
8 months ago
3
Typo in example code + gitignore
#52
AdjectiveAllison
closed
9 months ago
1
Global command option to set the default format strings to "".
#51
p7r0x7
closed
10 months ago
2
Printing callbacks should return a usize that end users can flexibly configure to mean anything they want.
#50
p7r0x7
closed
8 months ago
2
Custom internal error printouts.
#49
p7r0x7
opened
10 months ago
0
v0.9.0-beta
#48
00JCIV00
closed
11 months ago
0
Add Option Aliases
#47
00JCIV00
closed
11 months ago
1
Allow Options to be required during parsing
#46
00JCIV00
closed
11 months ago
2
Support for sub commands and options to be hidden from global help/usage (via omission).
#45
p7r0x7
closed
1 year ago
1
Option Termination Configuration.
#44
p7r0x7
closed
1 year ago
1
Allow Fields with default values to be Options
#43
00JCIV00
closed
1 year ago
1
Possible upgrade?
#42
GobiasSomeCoffeeCo
closed
1 year ago
1
Generate Command Tree in an easily parsable format.
#41
00JCIV00
opened
1 year ago
10
Rename Callback Functions
#40
00JCIV00
closed
1 year ago
1
Improve Library Testing
#39
00JCIV00
opened
1 year ago
0
Reconsider usage of `inline` within Cova.
#38
p7r0x7
closed
1 year ago
2
All applicable string comparisons should be probably occur via `ascii.eqlIgnoreCase()`
#37
p7r0x7
closed
1 year ago
7
Found `std.mem.indexOf()` for you.
#36
p7r0x7
closed
1 year ago
4
Review the use of `const` and `@constCast` throughout the library
#35
00JCIV00
opened
1 year ago
1
I don't know what I'm doing wrong here and the error message is not helpful:
#34
p7r0x7
closed
1 year ago
15
Allow Command Aliases
#33
00JCIV00
closed
1 year ago
1
Value type aliases.
#32
p7r0x7
closed
1 year ago
19
What's going wrong here? std.fmt usage error
#31
p7r0x7
closed
1 year ago
1
Add a std.mem.Allocator argument to the type definition of every custom function parameter?
#30
p7r0x7
closed
1 year ago
8
Expanding valid boolean value types.
#29
p7r0x7
closed
1 year ago
7
Mutually exclusive options in a mandatory set.
#28
p7r0x7
closed
1 year ago
8
Further format configuration options?
#27
p7r0x7
closed
1 year ago
26
Add ability to group arguments together
#26
GobiasSomeCoffeeCo
closed
1 year ago
3
v0.8.0-beta
#25
00JCIV00
closed
1 year ago
0
Add config item to, instead of POSIX flagging, support single dash longform flags only
#24
p7r0x7
closed
1 year ago
13
Add Option Parsing Termination
#23
00JCIV00
closed
1 year ago
0
Add `tokenize()` Function
#22
00JCIV00
closed
1 year ago
0
Add `errReaction` to `cova.ParseConfig`
#21
00JCIV00
closed
1 year ago
0
build.zig is unsupported by the latest Zig master
#20
p7r0x7
closed
1 year ago
3
Add Ability to Generate Man Pages
#19
00JCIV00
closed
9 months ago
2
Next