mintoolkit / mint

minT(oolkit): Mint awesome, secure and production ready containers just the way you need them! Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
https://github.com/mintoolkit/mint
Apache License 2.0
162 stars 10 forks source link

Draft: Add Bubble Tea Dependency and TUI Command #47

Closed eharris128 closed 2 months ago

eharris128 commented 2 months ago

What

Why

How Tested

Testing Path Two:

Demo:

tui.zip

kcq commented 2 months ago

tui doesn't need to be exposed through the interactive prompt mode. The idea there is to have one or the other. It's ok to keep tui in the prompt mode. Not a big deal.

eharris128 commented 2 months ago

tui doesn't need to be exposed through the interactive prompt mode. The idea there is to have one or the other. It's ok to keep tui in the prompt mode. Not a big deal.

Would the preferred pattern be: CLI: mint images --tui CLI -> Interactive: mint images --tui

Then for debug I would follow the same pattern?

With this approach there would be no tui command. Only a flag per command with tui support.