scritch
scritch copied to clipboard
A small CLI to help you write sharable scripts for your team
Hello, This PR adds support for nested scripts 🙂 e.g., ```bash teslahunt Usage $ teslahunt [...args] Scripts - alert-verification - cron - healthcheck - transaction/00-upload-images-to-s3 - transaction/01-migrate-option-codes - transaction/02-migrate-price-history -...
scritch's meow is currently eating --help flags. If you run `company-cli test --help` it shows the `company-cli` usage. This PR fixes that by turning off `autoHelp`. scritch's usage still appears...