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
{{ message }}
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
When I run the CLI, it opens a command prompt which I then need to type the command to start the service into, e.g. dotnet watch --project MyService.API. It is also quite frustrating sometimes when the new prompt steals focus from whatever I am doing when it starts.
Describe the solution you'd like
It would be really useful to be able to pass a command at the end of the CLI invocation like this:
I could add that to my powershell function that passes the correct parameters to dsc based on my current working directory, so I don't need to type out the command in the launched command prompt.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
When I run the CLI, it opens a command prompt which I then need to type the command to start the service into, e.g.
dotnet watch --project MyService.API
. It is also quite frustrating sometimes when the new prompt steals focus from whatever I am doing when it starts.Describe the solution you'd like
It would be really useful to be able to pass a command at the end of the CLI invocation like this:
I could add that to my powershell function that passes the correct parameters to dsc based on my current working directory, so I don't need to type out the command in the launched command prompt.
The text was updated successfully, but these errors were encountered: