-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60bb8b2
commit eb179d1
Showing
3 changed files
with
6 additions
and
6 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
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,9 +1,9 @@ | ||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. | ||
.TH (DEV)MODE "1" "October 2021" "(Dev)mode 0.2.9" "User Commands" | ||
.TH (DEV)MODE "1" "October 2021" "(Dev)mode 0.3.0" "User Commands" | ||
.SH NAME | ||
(Dev)mode \- manual page for (Dev)mode 0.2.9 | ||
(Dev)mode \- manual page for (Dev)mode 0.3.0 | ||
.SH DESCRIPTION | ||
(Dev)mode 0.2.9 | ||
(Dev)mode 0.3.0 | ||
Eduardo F. <[email protected]> | ||
Dev(mode) is a project management utility for developers. | ||
.SS "USAGE:" | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ use crate::utils::settings::Settings; | |
use crate::{constants::patterns::GIT_URL, utils::clone::CloneAction}; | ||
|
||
#[derive(Parser, Debug)] | ||
#[clap(name = "(Dev)mode", version = "0.2.9")] | ||
#[clap(name = "(Dev)mode", version = "0.3.0")] | ||
#[clap(author = "Eduardo F. <[email protected]>")] | ||
#[clap(about = "Dev(mode) is a project management utility for developers.")] | ||
#[clap(arg_required_else_help = true)] | ||
|