diff options
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -105,4 +105,6 @@ pub enum Msg { Version, /// Request an error from the running niri instance. RequestError, + /// Print the overview state. + OverviewState, } |
