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

- [bug 678] fix argument handling of the --execute flag #967

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vssdeo
Copy link
Contributor

@vssdeo vssdeo commented Dec 8, 2024

  • [bug 939] execute still broken

  • [bug 923] terminator -x gets confused by

  • fixed double dash -- by handling extra arguments, need to cross check against all use cases

  • currently its done in terminal.py need to check if other dependencies but first I want to get

  • the behavior right

As per #939 #923 the use cases need to be further tested since I am not aware of previous behavior .

terminator -x echo -- hi # fails
terminator -x /bin/zsh -i -c "ls; exec $SHELL" # fails
terminator -u -x /bin/zsh -i -c "ls; exec $SHELL" # works, but -u should not be required

- [bug 939] execute still broken
- [bug 923] terminator -x gets confused by

- fixed double dash -- by handling extra arguements, need to cross check against all use cases
- currently its done in terminal.py need to check if other dependencies but first I want to get
- the behavior right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant