We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently --goto/-g jump variants are parsed, but they decay to regular --jump/-j when it comes to the actual generated behaviour.
--goto
-g
--jump
-j
It is quite easy to add support for it: we just need to avoid allocating/assigning the OutputDispatchTag when we do a jump from one IVD to another.
OutputDispatchTag
jump
The text was updated successfully, but these errors were encountered:
calincru
No branches or pull requests
Currently
--goto
/-g
jump variants are parsed, but they decay to regular--jump
/-j
when it comes to the actual generated behaviour.It is quite easy to add support for it: we just need to avoid allocating/assigning the
OutputDispatchTag
when we do ajump
from one IVD to another.The text was updated successfully, but these errors were encountered: