Fix docstring for dbt docs generate #2038
Labels
bug
Something isn't working
cli
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Describe the bug
The docstring for dbt docs seems to indicate that if you want to use a different target, you would put the
--target
parameter before generate:However, when I try that, it doesn't honor the parameter
However, if I put the flag at the end like this, it works fine:
Steps To Reproduce
See above
Expected behavior
The docs should be in alignment with the actual commands.
Screenshots and log output
See above
System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using: Debian GNU/Linux 10 (buster)
The output of
python --version
: 3.6.9Additional context
The text was updated successfully, but these errors were encountered: