Add long options for platform and random (#10776)

This commit is contained in:
Hofer-Julian
2023-10-19 22:04:33 +02:00
committed by GitHub
parent 030e55acbf
commit 4fd2b702ee
9 changed files with 12 additions and 12 deletions

View File

@ -36,7 +36,7 @@ impl Command for KeybindingsList {
vec![
Example {
description: "Get list of key modifiers",
example: "keybindings list -m",
example: "keybindings list --modifiers",
result: None,
},
Example {