diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-11-23 22:45:45 +0400 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-11-24 03:01:10 +0400 |
commit | 0b4184130597079c02a6a99e0da77dce9e82a914 (patch) | |
tree | cc67fad5507ae737718a3392fc3f40bc870a5752 /extra/completions/_alacritty | |
parent | 48b1dc8101935c4383e54156c74659d1cd11f96c (diff) | |
download | alacritty-0b4184130597079c02a6a99e0da77dce9e82a914.tar.gz alacritty-0b4184130597079c02a6a99e0da77dce9e82a914.zip |
Add migrate to alacritty(1)
Diffstat (limited to 'extra/completions/_alacritty')
-rw-r--r-- | extra/completions/_alacritty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/completions/_alacritty b/extra/completions/_alacritty index a1739c4e..a510fb15 100644 --- a/extra/completions/_alacritty +++ b/extra/completions/_alacritty @@ -26,7 +26,7 @@ _alacritty() { '--class=[Defines window class/app_id on X11/Wayland \[default\: Alacritty\]]:general> | <general>,<instance: ' \ '*-o+[Override configuration file options \[example\: '\''cursor.style="Beam"'\''\]]:OPTION: ' \ '*--option=[Override configuration file options \[example\: '\''cursor.style="Beam"'\''\]]:OPTION: ' \ -'--print-events[Print all events to stdout]' \ +'--print-events[Print all events to STDOUT]' \ '--ref-test[Generates ref test]' \ '(-v)*-q[Reduces the level of verbosity (the min level is -qq)]' \ '(-q)*-v[Increases the level of verbosity (the max level is -vvv)]' \ @@ -122,8 +122,8 @@ esac _arguments "${_arguments_options[@]}" \ '-c+[Path to the configuration file]:CONFIG_FILE:_files' \ '--config-file=[Path to the configuration file]:CONFIG_FILE:_files' \ -'-d[Only output TOML config to stdout]' \ -'--dry-run[Only output TOML config to stdout]' \ +'-d[Only output TOML config to STDOUT]' \ +'--dry-run[Only output TOML config to STDOUT]' \ '-i[Do not recurse over imports]' \ '--skip-imports[Do not recurse over imports]' \ '--skip-renames[Do not move renamed fields to their new location]' \ |