Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion crates/atuin/src/command/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down
2 changes: 1 addition & 1 deletion crates/atuin/src/command/client/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down