implemented arguments show_stack_on_push/pop

added setting `stack_hide_numbers`
This commit is contained in:
2025-02-06 23:27:39 +01:00
parent c846a16c8f
commit c45373e1ab
5 changed files with 20 additions and 11 deletions
-4
View File
@@ -71,10 +71,6 @@ pub struct StackArgs {
#[arg(short = 'n', long)]
pub hide_numbers: Option<bool>,
/// show n entries
#[arg(short, long = "lines")]
pub lines: Option<u32>,
/// stack subcommand
#[command(subcommand)]
pub stack_action: Option<StackAction>,