CLI applications
- argparse / process.argv / flags first.
- Exit 0 success, non-zero failure.
- stdout for data, stderr for errors.
- Template via
se_create_project(python-cli,node-cli,c-cli,go-cli,rust-cli,java-cli). - Test by calling
main(argv)or the binary, not only screenshots of terminals.