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

Implement FunctionInfo (1 of 3) #323

Merged
merged 5 commits into from
Jul 20, 2022
Merged

Implement FunctionInfo (1 of 3) #323

merged 5 commits into from
Jul 20, 2022

Commits on Jul 15, 2022

  1. Add wildcard metadata attribute to Function

    Allows passing custom function annotations that can be used
    by the help plugin to format or group functions
    
    (cherry picked from commit 66bb750)
    unode committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d08117b View commit details
    Browse the repository at this point in the history
  2. Document extra metadata for help usage in listeners

    (cherry picked from commit 8500e031ab34de5ead988e68fb41d4de6a4968a0)
    unode committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8018720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee48d3 View commit details
    Browse the repository at this point in the history
  4. Add FunctionInfo object

    Defines an interface for listeners to allow easier collection and formatting of help information
    unode committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8c13a00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b51a52a View commit details
    Browse the repository at this point in the history