1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +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]
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"

View file

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

View file

@ -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.")