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
Describe the bug terminator tries to handle -- after -x is specified, which is incorrect.
--
-x
To Reproduce
terminator -x echo -- a
Expected behavior Program working.
Instead, this happens:
usage: terminator [-h] [-R] [-v] [-m] [-M] [-f] [-b] [-H] [-T FORCEDTITLE] [--geometry GEOMETRY] [-e COMMAND] [-g CONFIG] [-j CONFIGJSON] [-x ...] [--working-directory DIR] [-i FORCEDICON] [-r ROLE] [-l LAYOUT] [-s] [-p PROFILE] [-u] [-d] [--debug-classes DEBUG_CLASSES] [--debug-methods DEBUG_METHODS] [--new-tab] [--toggle-visibility] [--unhide] [--list-profiles] [--list-layouts] terminator: error: unrecognized arguments: -- a
Everything after -x should be execed verbatim without any additional argument parsing/handling.
exec
The manpage says:
Runs the rest of the command line instead of your default shell or profile specified command.
Special handling of -- breaks this promise.
Desktop:
2.1.3
2.1.4
master
EDIT: Related to #939
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
terminator tries to handle
--
after-x
is specified, which is incorrect.To Reproduce
Expected behavior
Program working.
Instead, this happens:
Everything after
-x
should beexec
ed verbatim without any additional argument parsing/handling.The manpage says:
Special handling of
--
breaks this promise.Desktop:
2.1.3
,2.1.4
and onmaster
EDIT: Related to #939
The text was updated successfully, but these errors were encountered: