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/man | |
parent | 48b1dc8101935c4383e54156c74659d1cd11f96c (diff) | |
download | alacritty-0b4184130597079c02a6a99e0da77dce9e82a914.tar.gz alacritty-0b4184130597079c02a6a99e0da77dce9e82a914.zip |
Add migrate to alacritty(1)
Diffstat (limited to 'extra/man')
-rw-r--r-- | extra/man/alacritty.1.scd | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/extra/man/alacritty.1.scd b/extra/man/alacritty.1.scd index 3b337ae4..b82ba08e 100644 --- a/extra/man/alacritty.1.scd +++ b/extra/man/alacritty.1.scd @@ -23,7 +23,7 @@ set of features with high performance. *--print-events* - Print all events to stdout. + Print all events to STDOUT. *-q* @@ -99,6 +99,34 @@ set of features with high performance. Send IPC socket messages (see *alacritty-msg*(1)). +*migrate* + + Migrate the configuration file. + + *-c, --config-file* _<CONFIG_FILE>_ + + Path to the configuration file. + + *-d, --dry-run* + + Only output TOML config to STDOUT. + + *-i, --skip-imports* + + Do not recurse over imports. + + *--skip-renames* + + Do not move renamed fields to their new location. + + *-s, --silent* + + Do not output to STDOUT. + + *-h, --help* + + Print help information. + # SEE ALSO *alacritty-msg*(1), *alacritty*(5), *alacritty-bindings*(5) |