-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes since v0.2.3: - Grammar improvements - Better C++ parsing - Fix panic during result printing
- Loading branch information
1 parent
29fd726
commit ad8d424
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ pub struct Args { | |
/// The clap crate handles program exit and error messages for invalid arguments. | ||
pub fn parse_arguments() -> Args { | ||
let matches = App::new("weggli") | ||
.version("0.2.3") | ||
.version("0.2.4") | ||
.author("Felix Wilhelm <[email protected]>") | ||
.about(help::ABOUT) | ||
.setting(clap::AppSettings::ArgRequiredElseHelp) | ||
|
ad8d424
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, did you forget to push the corresponding git tag?
ad8d424
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it. I don't see it under releases.
ad8d424
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I missed this.
This should now be fixed. Thanks for the ping :)