devshawn / kafka-shell

⚡A supercharged, interactive Kafka shell built on top of the existing Kafka CLI tools.
Apache License 2.0
126 stars 11 forks source link

feat: add support for command file extensions #19

Closed devshawn closed 4 years ago

devshawn commented 4 years ago

Adds support for file extensions such as sh and bat on commands such as kafka-topics.

Related:

codecov-io commented 4 years ago

Codecov Report

Merging #19 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   96.79%   96.86%   +0.07%     
==========================================
  Files          12       12              
  Lines         562      575      +13     
==========================================
+ Hits          544      557      +13     
  Misses         18       18
Impacted Files Coverage Δ
kafkashell/executor.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5086565...c008fa0. Read the comment docs.