1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-01 21:17:45 +00:00

feat: improve branding

This commit is contained in:
Kevin Amado 2022-02-03 20:59:18 -05:00
parent ac262a98d8
commit 955e82573f
No known key found for this signature in database
GPG key ID: FFF341057F503148
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ indoc = "*"
[package] [package]
authors = ["Kevin Amado <kamadorueda@gmail.com>"] authors = ["Kevin Amado <kamadorueda@gmail.com>"]
description = "The uncompromising Nix formatter" description = "The Uncompromising Nix Code Formatter"
edition = "2021" edition = "2021"
name = "alejandra" name = "alejandra"
repository = "https://github.com/kamadorueda/alejandra" repository = "https://github.com/kamadorueda/alejandra"

View file

@ -1,4 +1,5 @@
{ {
description = "The Uncompromising Nix Code Formatter.";
inputs = { inputs = {
fenix.url = "github:nix-community/fenix"; fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixpkgs"; fenix.inputs.nixpkgs.follows = "nixpkgs";

View file

@ -1,7 +1,6 @@
pub fn parse(args: Vec<String>) -> clap::ArgMatches { pub fn parse(args: Vec<String>) -> clap::ArgMatches {
clap::App::new("alejandra") clap::App::new("Alejandra")
.version("v0.1.0") .about("The Uncompromising Nix Code Formatter.")
.about("The uncompromising Nix formatter.")
.arg( .arg(
clap::Arg::new("debug") clap::Arg::new("debug")
.help("Enable debug mode.") .help("Enable debug mode.")