mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-15 08:53:16 +00:00
cli: remove author field from clap command
I'm not the only author, and it doesn't seem very useful to display that information anyway (if it even appear anywhere).
This commit is contained in:
parent
5b78fe75b1
commit
c93cbbee50
1 changed files with 1 additions and 1 deletions
|
@ -2005,7 +2005,7 @@ pub fn short_operation_hash(operation_id: &OperationId) -> String {
|
|||
///
|
||||
/// To get started, see the tutorial at https://github.com/martinvonz/jj/blob/main/docs/tutorial.md.
|
||||
#[derive(clap::Parser, Clone, Debug)]
|
||||
#[command(name = "jj", author = "Martin von Zweigbergk <martinvonz@google.com>")]
|
||||
#[command(name = "jj")]
|
||||
pub struct Args {
|
||||
#[command(flatten)]
|
||||
pub global_args: GlobalArgs,
|
||||
|
|
Loading…
Reference in a new issue