added clear function as optional subcommand to stack command

This commit is contained in:
2024-11-29 08:08:51 +01:00
parent e6879afd58
commit dce08c9b9a
6 changed files with 200 additions and 94 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ pop() {
}
stack() {
echo "$(navigate ${arg_pid} show $*)"
echo "$(navigate ${arg_pid} stack $@)"
}