From 36d3e70f11bde96eb67d157b22ebcdf4767af0c2 Mon Sep 17 00:00:00 2001 From: rustysec Date: Thu, 16 May 2024 14:30:52 -0700 Subject: Implement niri msg workspaces --- src/cli.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index 65e2fd14..b6284559 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -78,6 +78,8 @@ pub enum Msg { #[command(subcommand)] action: OutputAction, }, + /// List workspaces. + Workspaces, /// Request an error from the running niri instance. RequestError, } -- cgit