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
Thanks for the suggestion. It might be one of the options we could set in PsScriptBuilder. The only issue is that we have a no_profile option already, and I assume it would be problematic to specify both. The solution could possibly be to remove the no_profile option and change it to a profile(None) instead, and if you want to specify a profile you could load it from a file profile(Some("path")).
Either way, I think this would require a breaking change and might need to wait for a major update.
Hey, there powershell supports for custom
ps1
file to load at startup using flag-PSConsoleFile
which would be beneficialThe text was updated successfully, but these errors were encountered: