-
Notifications
You must be signed in to change notification settings - Fork 111
Split init / exec of tmux_cmd for debuggability #79
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
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 ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #79 +/- ##
==========================================
- Coverage 88.13% 88.04% -0.09%
==========================================
Files 15 15
Lines 1500 1523 +23
==========================================
+ Hits 1322 1341 +19
- Misses 178 182 +4 ☔ View full report in Codecov by Sentry. |
509689c
to
7347d87
Compare
5facc9c
to
96387d9
Compare
cad2ed1
to
1c8f8ef
Compare
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
bb68b70
to
d6ab13b
Compare
This is very similar to |
a0df628
to
d3613a0
Compare
f15027f
to
8baa764
Compare
0188aed
to
ea5b0c4
Compare
Edit 2022-08-14 by @tony : This is very similar to
SubprocessCommand
(source)tmux_cmd initialization composes the command
the command will be available in the instance attribute
.cmd
.execute()
instance method will run tmux_cmdSee
Server.cmd
for example of new usageRelated #77