mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 21:17:45 +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]
|
[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"
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue