## 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.