Similar Posts

One Comment

  1. even without — (two dashes), it works
    PS > dotnet script .\first_script.csx “asdf” “sgdgsfdg”
    Hello world!
    Inputs: asdf, sgdgsfdg
    PS > dotnet script .\first_script.csx — “asdf” “sgdgsfdg”
    Hello world!
    Inputs: asdf, sgdgsfdg

Leave a Reply

Your email address will not be published. Required fields are marked *

Are you a human? *