PremiereGlobal / stim

Speeding up development with glue that brings tools together
MIT License
15 stars 7 forks source link

Adding tab completion functionality for Bash and Zsh #56

Closed IdlePhysicist closed 4 years ago

IdlePhysicist commented 4 years ago

Pretty small addition to the code base but I felt it was a worthy one since cobra has completion generation built in.

Comments welcome, and rejection too.

lwahlmeier commented 4 years ago

@IdlePhysicist dont worry about the build, we apparently where using alpine:latest for the stim image base and alpine:3.12 does not have python2. I will push up a change to master to move it to alpine:3.11 once thats merged into your branch it should fix the build issue.

lwahlmeier commented 4 years ago

Fixed master build, get that merged in so we can get the build to pass, also left one comment we should probably take care of, but then I think it looks good to merge.