1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-11 21:18:22 +03:00

fix: Some --help comments didn't show properly (#2176)

* FIX: Some --help comments didn't show properly (#3)

* FIX: Some --help comments didn't show properly

* FIX: Some --help comments didn't show properly

* FIX: Some --help comments didn't show properly

* FIX: Some --help comments didn't show properly

* Update crates/atuin/src/command/client.rs

grammatical sentence

Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>

* Update crates/atuin/src/command/client.rs

---------

Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
This commit is contained in:
Matheus Martins 2024-06-24 04:23:29 -03:00 committed by GitHub
parent a9e766f990
commit 8956142cc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -76,11 +76,12 @@ pub enum Cmd {
#[command()]
Doctor,
/// *Experimental* Start the background daemon
#[cfg(feature = "daemon")]
#[command()]
Daemon,
/// Print example configuration
/// Print the default atuin configuration (config.toml)
#[command()]
DefaultConfig,
}

View File

@ -21,7 +21,7 @@ pub enum Commands {
/// Login to the configured server
Login(login::Cmd),
// Register a new account
/// Register a new account
Register(register::Cmd),
/// Log out