Rename to StartRNR
We're pivoting, baby!
This commit is contained in:
parent
ad6445bcd2
commit
d3459346f7
8 changed files with 45 additions and 51 deletions
|
|
@ -25,10 +25,10 @@ pub fn issue(msg: &str, code: i32) -> ! {
|
|||
/// ## CLI Structs
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(name = "StartGGElo")]
|
||||
#[command(name = "StartRNR")]
|
||||
#[command(author = "Kiana Sheibani <kiana.a.sheibani@gmail.com>")]
|
||||
#[command(version = "0.1.0")]
|
||||
#[command(about = "StartGGElo - Elo rating calculator for start.gg tournaments", long_about = None)]
|
||||
#[command(about = "StartRNR - Elo rating calculator for start.gg tournaments", long_about = None)]
|
||||
struct Cli {
|
||||
#[command(subcommand)]
|
||||
subcommand: Subcommands,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue