Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs to reflect multiselect behavior of select #93

Closed
dave-connors-3 opened this issue Jul 7, 2023 · 0 comments · Fixed by #97
Closed

update docs to reflect multiselect behavior of select #93

dave-connors-3 opened this issue Jul 7, 2023 · 0 comments · Fixed by #97
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@dave-connors-3
Copy link
Collaborator

          Since `select` now allows multiple arguments, we cannot have `--select` before the `project_name` argument.
(dbt-meshify-py3.11) > $ poetry run dbt-meshify split --select "+orders" revenue                                                                                                                                         
Usage: dbt-meshify split [OPTIONS] PROJECT_NAME
Try 'dbt-meshify split --help' for help.

Error: Missing argument 'PROJECT_NAME'.

Instead, we need to order arguments/options specifically

(dbt-meshify-py3.11) > $ poetry run dbt-meshify split revenue --select "+orders"                                                                                                                                   

I don't this is a blocker per se. At the very least, documentation should be refined in a follow-up.

Originally posted by @nicholasyager in #63 (comment)

@nicholasyager nicholasyager self-assigned this Jul 10, 2023
@nicholasyager nicholasyager added bug Something isn't working documentation Improvements or additions to documentation labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants