aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index ea8c422d..cb3cc0ab 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -105,4 +105,6 @@ pub enum Msg {
Version,
/// Request an error from the running niri instance.
RequestError,
+ /// Print the overview state.
+ OverviewState,
}