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

Revamp help command #877

Merged
merged 5 commits into from Feb 18, 2024
Merged

Revamp help command #877

merged 5 commits into from Feb 18, 2024

Commits on Feb 16, 2024

  1. Make help command display help for individual commands

    Usage: `help [command]`
    
    If the command is not specified, it will display a list of all available commands.
    
    If the command is specified, it will display the banner OR description of the command.
    
    If the command is not found, it will display a message saying that the command is not found.
    st0012 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7d33f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df462a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    4186e03 View commit details
    Browse the repository at this point in the history
  2. Promote help command in the help message

    1. Make `show_cmds` an alias of `help` so it's not displayed in the help message
    2. Update description of the help command to reflect `help <command>` syntax
    st0012 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    90eb545 View commit details
    Browse the repository at this point in the history
  3. Rename banner to help_message

    st0012 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    3170d26 View commit details
    Browse the repository at this point in the history