mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-23 19:31:36 +02: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:
parent
a9e766f990
commit
8956142cc5
@ -76,11 +76,12 @@ pub enum Cmd {
|
|||||||
#[command()]
|
#[command()]
|
||||||
Doctor,
|
Doctor,
|
||||||
|
|
||||||
|
/// *Experimental* Start the background daemon
|
||||||
#[cfg(feature = "daemon")]
|
#[cfg(feature = "daemon")]
|
||||||
#[command()]
|
#[command()]
|
||||||
Daemon,
|
Daemon,
|
||||||
|
|
||||||
/// Print example configuration
|
/// Print the default atuin configuration (config.toml)
|
||||||
#[command()]
|
#[command()]
|
||||||
DefaultConfig,
|
DefaultConfig,
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ pub enum Commands {
|
|||||||
/// Login to the configured server
|
/// Login to the configured server
|
||||||
Login(login::Cmd),
|
Login(login::Cmd),
|
||||||
|
|
||||||
// Register a new account
|
/// Register a new account
|
||||||
Register(register::Cmd),
|
Register(register::Cmd),
|
||||||
|
|
||||||
/// Log out
|
/// Log out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user