Added help/-c options and added patch for zig 0.13.0 build. Also switched to zig 0.14.x and added user input.

This commit is contained in:
Medvidek77 2025-04-20 16:54:02 +02:00
parent 782e43bf11
commit c69bde76bc
4 changed files with 117 additions and 62 deletions

11
zig-0.13.0-build.patch Normal file
View file

@ -0,0 +1,11 @@
--- build.zig.zon 2025-04-20 15:27:21.145626049 +0200
+++ build.zig.zon.13 2025-04-20 15:28:05.406763225 +0200
@@ -1,7 +1,5 @@
.{
- .name = .lister,
-
- .fingerprint=0xd6253bb2c7545428,
+ .name = "lister",
.version = "0.2.0",