Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for group presence after full initialization #1839

Merged
merged 1 commit into from Oct 24, 2022

Commits on Oct 24, 2022

  1. Check for group presence after full initialization

    Fixes spf13#1831
    
    By moving the check for help group existence to "ExecuteC()" we no
    longer need groups to be added before AddCommand() is called.  This
    provides more flexibility to developers and works better with the use
    of "init()" for command creation.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
    marckhouzam committed Oct 24, 2022
    Copy the full SHA
    9681b6c View commit details
    Browse the repository at this point in the history