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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃崚 Cherry-pick v1.6.x - Check for group presence after full initialization (#1839) #1841

Merged
merged 1 commit into from Oct 24, 2022

Commits on Oct 24, 2022

  1. Check for group presence after full initialization (spf13#1839)

    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 authored and jpmcb committed Oct 24, 2022
    Copy the full SHA
    fc059a3 View commit details
    Browse the repository at this point in the history