SystemCraftsman / strimzi-kafka-cli

Command Line Interface for the Strimzi Kafka Operator
Apache License 2.0
78 stars 13 forks source link

wrap os.system for handling return value for raising clickexception #78

Closed mabulgu closed 1 year ago

mabulgu commented 3 years ago

Also replace os.system with subprocess.run() which is more efficent

mabulgu commented 1 year ago

Since we are moving towards using the python k8s api I am closing this.