chore: Update the lprs description
This commit is contained in:
parent
d1222b1d6b
commit
8371e144a1
21 changed files with 22 additions and 22 deletions
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
license = "GPL-3.0-only"
|
||||
authors = ["Awiteb <a@4rs.nl>"]
|
||||
readme = "README.md"
|
||||
description = "A local CLI password/vault manager"
|
||||
description = "A local CLI vaults manager. For human and machine use"
|
||||
repository = "https://git.4rs.nl/awiteb/lprs"
|
||||
rust-version = "1.74.0"
|
||||
keywords = ["password", "vault", "manager", "CLI"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
@ -75,7 +75,7 @@ impl_commands!(Commands, Add Remove List Clean Edit Gen Get Export Import Comple
|
|||
|
||||
#[derive(Parser, Debug)]
|
||||
#[command(author, version, about, long_about = None)]
|
||||
/// The lprs cli, manage the CLI arguments and run the commands
|
||||
/// A local CLI vaults manager. For human and machine use
|
||||
pub struct Cli {
|
||||
/// The vaults json file
|
||||
#[arg(short = 'f', long)]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lprs - A local CLI vault manager
|
||||
// Lprs - A local CLI vaults manager. For human and machine use
|
||||
// Copyright (C) 2024 Awiteb <a@4rs.nl>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Reference in a new issue