Jora Troosh
Jora Troosh
* Port Boyer-Moore-Horspool algorithm and relevant tests from std.mem.indexOfPos * Remove TODO doc comment * Fix/provide doc comments
Closes https://github.com/tigerbeetle/tigerbeetle/issues/2050 Implemented custom formatter `fmtIntSizeBinExact` and incorporated it into `cli.zig`.
Hi, I've added macOS support with the help of `scoop`: https://codeberg.org/tensorush/scoop Progress bar's implementation was borking output on macOS, so I removed the fancy bar printing. Here's an example output:
It's a very minor nitpick, but I found myself trying to communicate to the user the default values of different parameters in their descriptions, and then reusing those same values...
Hi, I was wondering if it's possible to support skipping cli description lines before parsing parameters? ```zig const PARAMS = clap.parseParamsComptime( \\my-package-name - My Package Description [v0.1.0] \\ \\-o, --opt...