From a5616aea8fa28db6f8f7b1a44e28f90aab3363b7 Mon Sep 17 00:00:00 2001 From: Jamie Quigley Date: Sat, 24 Dec 2022 17:18:44 +0000 Subject: Rework `atuin init` (#652) * Rework `atuin init` This allows users to disable the CTRL-R and Up Arrow bindings, independently from one another * Document --disable-{ctrl-r,up-arrow} * Apply suggestions from code review Co-authored-by: Ellie Huxtable Co-authored-by: Ellie Huxtable --- src/command/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/command/mod.rs') diff --git a/src/command/mod.rs b/src/command/mod.rs index 038b24c8..1411bfd2 100644 --- a/src/command/mod.rs +++ b/src/command/mod.rs @@ -25,7 +25,6 @@ pub enum AtuinCmd { Server(server::Cmd), /// Output shell setup - #[command(subcommand)] Init(init::Cmd), /// Generate a UUID -- cgit v1.3.1