You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first step for better support for command-line apps in packages is being able to run one defined in the current package, but in an environment where transformers have been applied. This will be exposed using a "run" command, like:
$ pub run <command>
The details of how the binary is located for the command are still to be determined.
The text was updated successfully, but these errors were encountered:
<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"> Issue by munificent
Originally opened as dart-lang/sdk#18536
The first step for better support for command-line apps in packages is being able to run one defined in the current package, but in an environment where transformers have been applied. This will be exposed using a "run" command, like:
$ pub run <command>
The details of how the binary is located for the command are still to be determined.
The text was updated successfully, but these errors were encountered: