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
I'd vote for changing the boolean --remoting parameter to choice parameter with a catchy name (how about --link ?) and remoting as the only option for now.
So instead of dotnet new SAFE --remoting one would type dotnet new SAFE --link remoting
This will allow adding easily support for Elmish.Bridge in future, without "breaking" CLI invocation
The text was updated successfully, but these errors were encountered:
Could be. The main problem is having the room without changing the counter. Maybe adding a new feature only when bridge is used with remoting could be an option.
Related to #107
I'd vote for changing the boolean
--remoting
parameter to choice parameter with a catchy name (how about--link
?) andremoting
as the only option for now.So instead of
dotnet new SAFE --remoting
one would typedotnet new SAFE --link remoting
This will allow adding easily support for Elmish.Bridge in future, without "breaking" CLI invocation
The text was updated successfully, but these errors were encountered: