Skip to content

Executing script without opening REPL #303

Answered by awa5114
awa5114 asked this question in Q&A

You must be logged in to vote

I found a potential workaround namely adding the following at the end of the script:

Environment.Exit(0);

Would be nice to have a built-in way to just run the scripts at the CLI level without polluting the source code,

Replies: 2 comments

You must be logged in to vote
0 replies
Answer selected by awa5114

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants