refactor(sydnix-cli): rewrite sydnix-cli

holy shit. why. why did i write the first version LOL. so fucking ocmplicated. and half broken.
This commit is contained in:
2025-12-01 14:05:21 -07:00
parent 1a685b4bf4
commit ea0c455824
30 changed files with 103 additions and 1154 deletions

6
scripts/sydnix-cli/sydnix Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bb
;; -*- mode: clojure -*-
(require '[sydnix-cli.main])
(apply sydnix-cli.main/-main *command-line-args*)