---

** [tickets:#86] support for -- command line separator**

**Status:** open
**Created:** Wed Dec 04, 2013 06:02 PM UTC by Arkadiusz Miskiewicz
**Last Updated:** Wed Dec 04, 2013 06:02 PM UTC
**Owner:** nobody

Would be nice if tmux supported "--" for command separation, just like in gnu 
tools, so instead of doing:

tmux new-session "true --zupa --sometest"
we could do
tmux new-session -- true --zupa --sometest
easily separating command from tmux options.

Currently:
[arekm@t400 ~]$ tmux -V
tmux 1.8
[arekm@t400 ~]$ tmux new-session -- true --zupa --sometest
usage: new-session [-AdDP] [-F format] [-n window-name] [-s session-name] [-t 
target-session] [-x width] [-y height] [command]
[arekm@t400 ~]$ 



---

Sent from sourceforge.net because tmux-users@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/tmux/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/tmux/admin/tickets/options.  Or, if this is a mailing 
list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to