[Shell Smith](https://github.com/200ok-ch/shell-smith) is a lightweight Clojure library that simplifies CLI tool development by automatically managing configuration from multiple sources. It uniquely uses your namespace as a convention for configuration file names and environment variables, while supporting YAML files, environment variables, and command-line arguments in a clear precedence order. Perfect for Clojure developers building command-line tools who want clean, convention-based confi...