Restructure how commands are passed in
This will probably be by creating a command factory where the command is built, then an execute() for it. But to the user in a tmux object, .cmd should still execute immediately, _cmd() could leave an object where the user can see the exact command tmux is running before hand.
There should be more options to toggle debug settings
Restructure how commands are passed in
This will probably be by creating a command factory where the command is built, then an execute() for it. But to the user in a tmux object,
.cmdshould still execute immediately,_cmd()could leave an object where the user can see the exact command tmux is running before hand.There should be more options to toggle debug settings