Which abra commands should be completed by which autocomplete function? #87
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@decentral1se:
I'm not sure if the title makes sense but I can't think of a way to write this sentence in a non-awkward way. I'm gonna write 4 autocomplete functions for now that will return:
now, this raises some questions such as:
should
abra app rm
be completed by all apps or deployed apps?? We don't want to remove an undeployed app but maybe the user wants to have all of them listed?It's also important to remember that getting deployed/undeployed apps might take some time... maybe it's best to just stay with all apps and all recipes?
edit: it takes a couple of seconds to load deployed apps. I don't know if it's worth it
yeah fuck it, just list all apps without doing the lookup then, sounds good!