mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-09-17 18:05:34 +08:00
Make HelpProvider colors configurable (#1408)
This commit is contained in:
@@ -14,4 +14,8 @@ public class LionSettings : CatSettings
|
||||
[Description("The days the lion goes hunting.")]
|
||||
[DefaultValue(new[] { DayOfWeek.Monday, DayOfWeek.Thursday })]
|
||||
public DayOfWeek[] HuntDays { get; set; }
|
||||
|
||||
[CommandOption("-w|--weight [WEIGHT]")]
|
||||
[Description("The weight of the lion, in kgs.")]
|
||||
public FlagValue<int?> Weight { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user