gh-gei
gh-gei copied to clipboard
`verbose` option should have a description
public virtual Option<bool> Verbose { get; } = new("--verbose")
{
Description = "Display more information to the console."
}
Double check all commands that use this option to look like above!
❤ Great idea to abstract this out!