From 021d92a48000e8e04548ef45bad64c753ad0d1b4 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 19 Mar 2026 15:45:47 +0800 Subject: Add helpdoc module for environment variable handling --- utils/src/input/editor.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'utils/src/input') diff --git a/utils/src/input/editor.rs b/utils/src/input/editor.rs index 34377fd..aa3e1be 100644 --- a/utils/src/input/editor.rs +++ b/utils/src/input/editor.rs @@ -10,13 +10,7 @@ pub async fn input_with_editor( cache_file: impl AsRef, comment_char: impl AsRef, ) -> Result { - input_with_editor_cutsom( - default_text, - cache_file, - comment_char, - get_default_editor().await, - ) - .await + input_with_editor_cutsom(default_text, cache_file, comment_char, get_default_editor()).await } pub async fn input_with_editor_cutsom( -- cgit