Skip to content

Commit

Permalink
release: cut v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Mar 7, 2022
1 parent 20844a8 commit 8178cce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argc"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "A easy way to handle sh/bash cli parameters"
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Argc generates parsing rules and help documentation based on tags (fields marked
- [notation](#notation)
- [@flag](#flag)
- [@arg](#arg)
- [modifier](#modifier-1)

### @describe

Expand Down Expand Up @@ -168,9 +167,7 @@ Define flag option
```
Define positional argument

#### modifier

See [option's modifier](#modifier)
arg's modifier is same to [option's modifier](#modifier)

## License

Expand Down

0 comments on commit 8178cce

Please sign in to comment.