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

Adds a base sigint_handler() method to the CommandSet. #1279

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

anselor
Copy link
Contributor

@anselor anselor commented Sep 26, 2023

The sigint_handler() in Cmd will now delegate to the CommandSet.

Addresses #1197

@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (9886b82) 98.55% compared to head (7f51fea) 98.55%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1279   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files          22       22           
  Lines        5729     5741   +12     
=======================================
+ Hits         5646     5658   +12     
  Misses         83       83           
Files Coverage Δ
cmd2/cmd2.py 98.26% <100.00%> (+<0.01%) ⬆️
cmd2/command_definition.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The sigint_handler() in Cmd will now delegate to the CommandSet.

Addresses #1197
@anselor anselor merged commit 27f3666 into master Sep 27, 2023
42 checks passed
@anselor anselor deleted the commandset_sigint branch September 27, 2023 19:57
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.

2 participants