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
currently you can compile & run winutil.ps1.. but you can't provide any arguments/parameters to it... so we could add a new parameter to Compile.ps1 script, which'll depend on -Run flag, like -WinutilArgs, which'll be a string passed into powershell (or pwsh) command/program.
Additional context
I haven't tried to implement this idea yet, as currently there's multiple PR that change Compile.ps1 Script.. so I think it's better to wait a bit, until all currently (at the time of writing) open PRs are reviewed and merged or closed.
The text was updated successfully, but these errors were encountered:
Feature Idea "in a nutshell"
currently you can compile & run
winutil.ps1
.. but you can't provide any arguments/parameters to it... so we could add a new parameter toCompile.ps1
script, which'll depend on-Run
flag, like-WinutilArgs
, which'll be a string passed into powershell (or pwsh) command/program.Additional context
I haven't tried to implement this idea yet, as currently there's multiple PR that change
Compile.ps1
Script.. so I think it's better to wait a bit, until all currently (at the time of writing) open PRs are reviewed and merged or closed.The text was updated successfully, but these errors were encountered: