diff options
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ pub enum Msg { #[command(subcommand)] action: OutputAction, }, + /// Get the configured keyboard layouts. + KeyboardLayouts, /// Print the version of the running niri instance. Version, /// Request an error from the running niri instance. |
