Post #3961223
2026-07-20 14:00 UTC
I started developing this Bash testing framework because I was actually starting a different project but without an internet connection. So with literally zero dependencies, I wanted to quickly start working on something and write some tests to design and validate the system I was starting to build. I was able to get something simple working pretty fast! Bash is neat.
Replies (1)
-
@paulshryock@phpc.social 2026-07-20 14:26
Adding a couple quick CLI options like: --help -h --version -v and rejecting any invalid options. 3 lines of code. No dependencies. No CLI framework needed.