mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: improve branding
This commit is contained in:
parent
ac262a98d8
commit
955e82573f
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ indoc = "*"
|
|||
|
||||
[package]
|
||||
authors = ["Kevin Amado <kamadorueda@gmail.com>"]
|
||||
description = "The uncompromising Nix formatter"
|
||||
description = "The Uncompromising Nix Code Formatter"
|
||||
edition = "2021"
|
||||
name = "alejandra"
|
||||
repository = "https://github.com/kamadorueda/alejandra"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
description = "The Uncompromising Nix Code Formatter.";
|
||||
inputs = {
|
||||
fenix.url = "github:nix-community/fenix";
|
||||
fenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
pub fn parse(args: Vec<String>) -> clap::ArgMatches {
|
||||
clap::App::new("alejandra")
|
||||
.version("v0.1.0")
|
||||
.about("The uncompromising Nix formatter.")
|
||||
clap::App::new("Alejandra")
|
||||
.about("The Uncompromising Nix Code Formatter.")
|
||||
.arg(
|
||||
clap::Arg::new("debug")
|
||||
.help("Enable debug mode.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue