-
Notifications
You must be signed in to change notification settings - Fork 982
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
What would you like to be added:
This is somewhat related to #1740 issue, but this time it covers the suggestions.
I have a runx alias defined as follows:
- name: runx
command: run
options:
- default: nginx
name: image
appendArgs:
- --
- custom-arg1when trying to run, I've made a typo and tried to run kubectl runc:
$ kubectl runc
error: unknown command "runc" for "kubectl"
Did you mean this?
run
As presented above, the suggestion ONLY considered the built-in command, would it be possible to expand the suggestions with aliases?
/cc @ardaguclu @rxinui
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.