Add more cli checks

This commit is contained in:
Riyyi
2026-08-02 17:08:18 +02:00
parent f36a50fca3
commit 87d20f2ae5
4 changed files with 70 additions and 20 deletions
+4 -1
View File
@@ -8,7 +8,10 @@ import "src:file"
VERSION :: #config(VERSION, "dev")
main :: proc() {
opts := cli.parse()
file.store_working_dir()
defer file.remove_working_dir()
opts := cli.parse(file.working_dir)
fmt.println("verbose:", opts.verbose)
fmt.println("compression:", opts.compression)