Skip to content
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

Fix to tmuxp freeze command #491

Merged
merged 1 commit into from
May 27, 2019
Merged

Fix to tmuxp freeze command #491

merged 1 commit into from
May 27, 2019

Conversation

kstilwell
Copy link
Contributor

If no session name is passed to tmuxp freeze, use what is most likely the current session as the default value. This matches the current documentation for this command.

Meant to address #485

- If session is not provided grab what is most likely the current session
@kstilwell kstilwell requested a review from tony May 17, 2019 10:22
@codecov-io
Copy link

codecov-io commented May 17, 2019

Codecov Report

Merging #491 into master will decrease coverage by 0.18%.
The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #491      +/-   ##
==========================================
- Coverage   75.56%   75.37%   -0.19%     
==========================================
  Files           5        5              
  Lines         794      796       +2     
  Branches      231      232       +1     
==========================================
  Hits          600      600              
- Misses        144      146       +2     
  Partials       50       50
Impacted Files Coverage Δ
tmuxp/cli.py 56.49% <25%> (-0.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b90f7ec...ee8e167. Read the comment docs.

@tony
Copy link
Member

tony commented May 27, 2019

@kstilwell Makes sense.

@tony tony merged commit 96fddc1 into master May 27, 2019
@tony tony deleted the issue_485_work branch May 27, 2019 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants