summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/src/cli.rs')
-rw-r--r--zellij-utils/src/cli.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/zellij-utils/src/cli.rs b/zellij-utils/src/cli.rs
index f232438b9..aa8a27ea3 100644
--- a/zellij-utils/src/cli.rs
+++ b/zellij-utils/src/cli.rs
@@ -212,6 +212,8 @@ pub enum CliAction {
},
/// Rotate the location of the previous pane backwards
MovePaneBackwards,
+ /// Clear all buffers for a focused pane
+ Clear,
/// Dump the focused pane to a file
DumpScreen {
path: PathBuf,