Skip to content

args value are not printed as default #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2018

Conversation

shunjikonishi
Copy link
Contributor

@shunjikonishi shunjikonishi commented Feb 15, 2018

Default output is like this.

> mono TheApp.exe hoge fuga
argv[0]: 0
argv[1]: 1

Probably expected is

> mono TheApp.exe hoge fuga
argv[0]: hoge
argv[1]: fuga

@TsubasK111 review me

Default output is like this.

```
> mono TheApp.exe hoge fuga
argv[0]: 0
argv[1]: 1
```
@TsubasaK111
Copy link
Contributor

thanks, lgtm!

@givery givery removed the request for review from TsubasaK111 February 16, 2018 06:32
@shunjikonishi shunjikonishi merged commit 8972765 into master Feb 16, 2018
@shunjikonishi shunjikonishi deleted the shunjikonishi-patch-1 branch February 16, 2018 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants