Ramilito / kubesess

Kubectl plugin managing sessions
MIT License
221 stars 5 forks source link

Cancel resets selection #10

Closed Ramilito closed 2 years ago

Ramilito commented 2 years ago

Description

When Ctrl-c is used the output would clear the env variable, this fix prints the original value instead so as to not change it.

Ctrl-c also issued an interrupt signal that printed expected logs, solving this by not printing any on release build, this might need to be revised when error handling is implemented properly

Also found an issue with the install instructions not mentioning the bin file needs to be moved

Fixes # (#6)

Type of change

How Has This Been Tested?

Manually

Checklist: