-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I would often like a tool that allows me to expand short option forms that I copied from some script or Webseite to their long option form.
e.g. carapace expand curl -sSf -L https://install.lix.systems/lix
to
Do you want to run curl --fail --show-error --silent --location https://install.lix.systems/lix
?
This would be especially handy, as I (and most other people) do not have the short options memorized, and the long options are much easier to remember / read / understand.
As I don't understand much about carapace yet, does the data it provides / has actually allow to implement something like this?
afh
Metadata
Metadata
Assignees
Labels
No labels