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

feat: regulate and split CTRL+C/CTRL+D behavior #51

Merged
merged 2 commits into from
Aug 7, 2023
Merged

feat: regulate and split CTRL+C/CTRL+D behavior #51

merged 2 commits into from
Aug 7, 2023

Conversation

ivanilves
Copy link
Owner

Set new CTRL+C / CTRL+D behaviour:

  • CTRL+C - program terminates with exit code 1, under the starting directory path;
  • CTRL+D - program terminates with exit code 0, under the directory path currently selected;

@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Merging #51 (83178d6) into main (0275d26) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #51   +/-   ##
=======================================
  Coverage   96.55%   96.55%           
=======================================
  Files          11       11           
  Lines         232      232           
=======================================
  Hits          224      224           
  Misses          8        8           

Copy link
Collaborator

@gferaud gferaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool!

@ivanilves ivanilves merged commit c85ce10 into main Aug 7, 2023
5 checks passed
@ivanilves ivanilves deleted the CTRL-D branch August 7, 2023 20:27
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.

None yet

2 participants