-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tomas Tomecek <[email protected]>
- Loading branch information
1 parent
5744175
commit 53f06cb
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pretty-git-prompt" | ||
version = "0.1.0" | ||
version = "0.1.2" | ||
authors = ["Tomas Tomecek <[email protected]>"] | ||
|
||
[[bin]] | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ pub fn cli<'a, 'b>() -> App<'a, 'b> { | |
// FIXME: populate about with this | ||
// let ref def_conf_desc = format!("Create default config at \"{}\".", get_default_config_path().to_str().unwrap()); | ||
App::new("pretty-zsh-prompt") | ||
.version("0.1.0") | ||
.version("0.1.2") | ||
.author("Tomas Tomecek <[email protected]>") | ||
.about("Get `git status` inside your shell prompt.") | ||
.subcommand(SubCommand::with_name(CLI_DEFAULT_CONFIG_SUBC_NAME)) | ||
|