github/gh-gei

`verbose` option should have a description

begonaguereca opened this issue · 1 comments

    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!