## Expected Behavior If we try to run a command and none is found, we should not select the default. Default should only run when nothing is given. ## Context When working on `kd new` it ran `kd init` because the `kd new` command was not registered.
Expected Behavior
If we try to run a command and none is found, we should not select the default. Default should only run when nothing is given.
Context
When working on
kd newit rankd initbecause thekd newcommand was not registered.