[x] I have searched the issues of this repo and believe that this is not a duplicate.
[x] I have searched the documentation and believe that my question is not covered.
Feature Request
If I want to launch a shell and want to pass arguments to the actual shell it's impossible
> poetry shell -- -NoProfile -NoLogo
...
NoSuchOptionException
The "-N" option does not exist.
...
> poetry shell -NoProfile -NoLogo
...
NoSuchOptionException
The "-N" option does not exist.
...
Feature Request
If I want to launch a shell and want to pass arguments to the actual shell it's impossible