Skip to content

✨ add getOSArgs() function#9

Merged
crossoverJie merged 1 commit intomainfrom
feature/run-args
Sep 11, 2022
Merged

✨ add getOSArgs() function#9
crossoverJie merged 1 commit intomainfrom
feature/run-args

Conversation

@crossoverJie
Copy link
Owner

string[] args = getOSArgs();
if (args[2] != nil){
    httpRun(":" + args[2]);
}else {
    httpRun(":8000");
}

@crossoverJie crossoverJie merged commit d84fa0b into main Sep 11, 2022
@crossoverJie crossoverJie deleted the feature/run-args branch September 11, 2022 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant