implemented push to stack entry by number

This commit is contained in:
2025-01-27 23:57:48 +01:00
parent 7b60a8a3a9
commit f4676eb2c3
4 changed files with 33 additions and 20 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ pub struct PushArgs {
pub show_stack: Option<bool>,
/// change to <path>
pub path: Option<PathBuf>,
pub path: Option<String>,
}
#[derive(Debug, Clone, Args)]