1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

Add doc string to 'shell' config option

This commit is contained in:
Honza Pokorny 2017-01-07 08:43:09 -04:00
parent ea44427be3
commit e98e6bdf64

View file

@ -196,6 +196,7 @@ pub struct Config {
#[serde(default="default_mouse_bindings")]
mouse_bindings: Vec<MouseBinding>,
/// Path to a shell program to ru on startup
shell: Option<PathBuf>,
/// Path where config was loaded from