vmware-archive / ktx

manage kubernetes cluster configs
Apache License 2.0
135 stars 24 forks source link

Prevent ktx from closing the user's shell #18

Closed scottslowe closed 5 years ago

scottslowe commented 5 years ago

This PR addresses #16 by replacing the use of exit with return to prevent ktx from closing the user's shell on an error.

chuckha commented 5 years ago

looks good to me (also tested and works great!), I'm going to rebase this and merge it since there are no conflicts.