-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
two issues with your version:
-
autocompleting early on in the sentence, i.e.
knife nodeshould have a default list of options built in and should not need to perform an expensive command query. in less words - why is it this slow? -
for things that do need to make a query, i.e.
knife node listyou should probably implement some caching because the performance is pretty slow. there was at least some attempt at caching in the original version even though theenvironmentautocompletion did not work well
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels