Improve clarity of precedence in options
This commit is contained in:
parent
0e6e581356
commit
337674b073
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ impl FromStr for OnForceClose {
|
|||
|
||||
#[derive(Clone, Default, Debug, PartialEq, Deserialize, Serialize, StructOpt)]
|
||||
/// Options that can be set either through the config file,
|
||||
/// or cli flags
|
||||
/// or cli flags - cli flags should take precedence over the config file
|
||||
pub struct Options {
|
||||
/// Allow plugins to use a more simplified layout
|
||||
/// that is compatible with more fonts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue