A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
376
stars
53
forks
source link
[FR]: Add tab-complete to the `--enclave` flag of `kurtosis run` #340
Open
mieubrisse opened 1 year ago
Background & current behavior
I wanted to run a Starlark inside an already-existing enclave, so I tried pressing tab after entering
--enclave
but no diceDesired behavior
--enclave <TAB>
will tab-complete enclave namesHow important is this feature or improvement to you?
Nice to have, this feature would make using Kurtosis more enjoyable.