`meltano invoke` captures arguments for the plugin
Example:
`meltano invoke tap-gitlab --help`:
```
Usage: meltano invoke [OPTIONS] PLUGIN_NAME [PLUGIN_ARGS]...
Options:
--plugin-type [extractor|loader|transform|model|dashboard|orchestrator|transformer|file|extractors|loaders|transforms|models|dashboards|orchestrators|transformers|files]
--database-uri TEXT System database URI
--help Show this message and exit.
```
`--` can be used to work around this: `meltano invoke tap-gitlab -- --help`. Still I might expect meltano help to be `meltano invoke --help tap-gitlab` and plugin help to be `meltano invoke tap-gitlab --help`.
Not a big deal by any means, just something I noticed! :smile:
issue