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
Unfortunately, Dot-slash (./) execution isn't supported (yet) but it's on the way. In the meantime, you can edit the last line of Get-Xcyclopedia.ps1 to the parameters that you would like.
Here are the last two lines:
#start main function with defaultsGet-Xcyclopedia
Change it to whatever you'd like. For example:
#start main function with defaultsGet-Xcyclopedia-target_path "C:\users\Adam\OneDrive\bin"-target_path_recursive ""
Now you can execute with .\Get-Xcyclopedia.ps1 and your parameters will properly override the defaults.
It's not optimal but it works. Thanks for opening the issue!
The text was updated successfully, but these errors were encountered: