mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-25 01:34:13 +01: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()]
|
||||
Doctor,
|
||||
|
||||
/// *Experimental* Start the background daemon
|
||||
#[cfg(feature = "daemon")]
|
||||
#[command()]
|
||||
Daemon,
|
||||
|
||||
/// Print example configuration
|
||||
/// Print the default atuin configuration (config.toml)
|
||||
#[command()]
|
||||
DefaultConfig,
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user