diff options
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ pub enum Msg { Workspaces, /// Print information about the focused window. FocusedWindow, + /// Print information about the focused output. + FocusedOutput, /// Perform an action. Action { #[command(subcommand)] |
