``` Usage: quocktail [OPTIONS] Arguments: Options: --color Should the output be colored? [default: auto] [possible values: always, auto, never] -q, --query Queries in the form `key=value`, or just `key` e.g. `-Q garnish` matches anything with a garnish e.g. `-Q base=vodka` matches anything with a vodka base -n, --exclude Negative queries in the form `key=value`, or just `key` e.g. `-N garnish` excludes anything with a garnish e.g. `-N base=vodka` excludes anything with a vodka base -c, --count If specified, limit the output to this number of recipes, randomly chosen -h, --help Print help ```