Skip to content

Commit 4f5ba8e

Browse files
committed
Add args to Main/Execute definition
This allows code within the Main/Execute function to take arguments.
1 parent 2ec6fbd commit 4f5ba8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SharpGen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ private static string RandomString()
437437
438438
public static class {0}
439439
{{
440-
static {1} {2}()
440+
static {1} {2}(string[] args)
441441
{{
442442
{3}
443443
}}

0 commit comments

Comments
 (0)