Skip to content

Commit

Permalink
update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
jhspetersson committed Dec 22, 2024
1 parent c1b4ce4 commit 49535d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::operations::config::status::*;
use crate::operations::label::*;

#[derive(Parser)]
#[command(version, about = "Local-first task manager/bug tracker within your git repository which can sync issues from GitHub.", arg_required_else_help(true))]
#[command(version, about = "Local-first task manager/bug tracker within your git repository which can sync issues from/to GitHub or Gitlab.", arg_required_else_help(true))]
struct Args {
#[command(subcommand)]
command: Option<Command>,
Expand Down

0 comments on commit 49535d9

Please sign in to comment.