-
Notifications
You must be signed in to change notification settings - Fork 232
tmuxp load doesn't recognize multiple config-files, reports unrecognized argument #837
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
Labels
bug
Something isn't working
Comments
This is likely a bug, then. I will look at this in the evenings, weekend latest |
von
added a commit
to von/homestuff
that referenced
this issue
Oct 28, 2022
tony
added a commit
that referenced
this issue
Oct 29, 2022
@tony Yes, appears to be fixed. Thank you. |
@von Excellent! 🙌 |
von
added a commit
to von/homestuff
that referenced
this issue
Oct 29, 2022
This reverts commit c602578. Bug fixed. See tmux-python/tmuxp#837
von
added a commit
to von/homestuff
that referenced
this issue
Nov 19, 2022
von
added a commit
to von/homestuff
that referenced
this issue
Nov 19, 2022
This reverts commit fa67cf0. Bug fixed. See tmux-python/tmuxp#837
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Step 1: Provide a summary of your problem
tmuxp load
with more than one configuration file returns anunrecognized arguments
error in stead of loading allconfiguration files. It works just fine loading a single configuration file.
Step 2: Provide tmuxp details
Step 3: Describe the problem:
Steps to reproduce:
tmuxp load
with multiple configuration files, e.g.:Note that loading just
homestuff
works fine, e.g.:Observed Results:
tmuxp returns
error: unrecognized arguments
with the 2nd configuration file name.Expected Results:
tmuxp load
should load all configuration files given on the command line and attach the last.Relevant Code:
N/A/
The text was updated successfully, but these errors were encountered: