Skip to content
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

feat: no need to explicitly pass -e option #17

Merged
merged 1 commit into from
Mar 13, 2022
Merged

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Mar 13, 2022

After this pr merged, no need to explicitly pass -e option to argc.

eval "$(argc $0 "$@")"

is exactly equivalent to

eval "$(argc -e $0 "$@")"

Now -e option will be hidden from help message.

when v1.0 is out, -e option will be removed.

After this pr merged, no need to explicitly pass `-e` option to argc.

```sh
eval "$(argc $0 "$@")"
```
is exactly equivalent to
```sh
eval "$(argc -e $0 "$@")"
```

Now `-e` option will be hidden from help message.

when v1.0 is out, `-e` option will be removed.
@sigoden sigoden added the enhancement New feature or request label Mar 13, 2022
@sigoden sigoden merged commit cb37ba5 into main Mar 13, 2022
@sigoden sigoden deleted the no-need-option-e branch March 13, 2022 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant