generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Like cargo and git, ion offers a variety of built-in commands that are baked into the same executable. However, cargo and git allow users to invoke "external" commands; programs that live on the user's $PATH and which are named in the format cargo-<command> or git-<command> respectively. ion should support this functionality as well, allowing developers to add their own commands without needing to merge them into this repo.
Resources:
clapsupport for external commandscargosearching thePATHcargorunning a possibly external command- The
whichcrate, which will search thePATHfor you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request