$ howto --help
Usage: howto <ACTION>
Arguments:
<ACTION> The high-level action you would like to get a CLI command for
Options:
-h, --help Print help
# If you're feeling extra frisky
$ howto "<action>" | sh
cargo build --release
cp target/release/howto ~/.local/bin/
chmod +x ~/.local/bin/howto
Chuck an API key in ~/.howto-cli/credentials
OR
Set the HOWTO_CLI_OPENAI_API_KEY
environment variable