Ramilito / kubesess

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

Handle exit codes in shell wrapper #49

Closed morozov closed 1 year ago

morozov commented 1 year ago

Fixes #47.

All sub-commands have been tested with the scenario from https://github.com/Ramilito/kubesess/issues/43#issuecomment-1299349931 on Bash and Fish:

→ kc
# Press ESC
No item selected

→ kcd
# Press ESC
No item selected

→ kn
# Press ESC
No item selected

→ knd
# Press ESC
No item selected
Ramilito commented 1 year ago

Looks great!