Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Split init / exec of tmux_cmd for debuggability #79
Conversation
This, as of c9598fb doesn't touch any of the Server/Session/Window/Pane As a second part of this, I may add more things to split introspection of commands. For instance:
|
Codecov Report
@@ Coverage Diff @@
## master #79 +/- ##
==========================================
- Coverage 87.06% 86.99% -0.07%
==========================================
Files 16 16
Lines 1538 1561 +23
==========================================
+ Hits 1339 1358 +19
- Misses 199 203 +4
Continue to review full report at Codecov.
|
509689c
to
7347d87
b6cb85c
to
5facc9c
tmux_cmd initialization composes the command the command will be available in the instance attribute .cmd .execute() instance method will run tmux_cmd see Server.cmd for example of new usage Related #77
tmux_cmd initialization composes the command
the command will be available in the instance attribute
.cmd
.execute() instance method will run tmux_cmd
see Server.cmd for example of new usage
Related #77