prepare way for bbb integration#1
Open
nikvdp wants to merge 6 commits intorobbieh:devfrom
Open
Conversation
- Replace manual case statement with cli-matic configuration structure - Add professional help system and argument parsing - Integrate with BabashkaBins framework via bbb.core/run-cmd - Maintain all existing subcommands with proper descriptions - Update namespace imports and remove unused requires
- Add proper error handling for missing LISTEN_FDS environment variable - Fix systemd-serve function to accept args parameter for cli-matic compatibility - Implement empty sync function with args parameter - Add exception handling for socket creation failures - Prevent NPE during compilation when environment variables not set
- Replace babashka.tasks/shell with standard Java Runtime.exec - Add fallback to 80 columns when tput command fails - Remove babashka-specific require that breaks JVM Clojure compilation - Maintain same functionality with cross-platform compatible approach
- Remove borkdude.rewrite-edn dependency that breaks JVM Clojure - Use standard clojure.edn and clojure.pprint for file manipulation - Maintain same functionality while losing formatting preservation - Fix namespace imports and remove unused requires - Enable cross-platform compatibility for BabashkaBins framework
- Replace babashka.fs/cwd with System.getProperty for cross-platform compatibility - Fix malformed try-catch block in load-conf function - Use standard Java approach for current working directory detection - Ensure proper exception binding in catch clause
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.