# Menu automation via CLI ::: Specified block (shell) type ```bash :bash-block echo "Bash block" ``` ```sh :sh-block echo "Sh block" ``` ::: Unspecified block (shell) type ``` :unspecified-shell-type echo "Unspecified shell type" ``` @import bats-document-configuration.md ```opts :(document_opts) bash_only: false ```