styx-cli 1.0.0

CLI for the Styx configuration language
styx-cli-1.0.0 is not a library.

Styx CLI tool

Disambiguation heuristic: If arg contains '.' or '/' → file mode If arg is '-' → stdin (file mode) Otherwise → subcommand mode

Examples: styx config.styx - file mode (has '.') styx ./config - file mode (has '/') styx - - stdin styx lsp - subcommand (bare word) styx tree config.styx - subcommand with file arg