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

help: remove service list from help output #3172

Merged
merged 2 commits into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. help: remove service list from help output

    The new UI design will not have a service list, and removing this now
    will make sure we don't call the contracts server when running help.
    
    Fixes: #3126
    
    Signed-off-by: Renan Rodrigo <[email protected]>
    renanrodrigo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    977aee9 View commit details
    Browse the repository at this point in the history
  2. cli: show help when running pro without args

    If we are telling people to run help, just run help for them and let
    them see the content - and don't error out because of that.
    
    Signed-off-by: Renan Rodrigo <[email protected]>
    renanrodrigo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    713feb4 View commit details
    Browse the repository at this point in the history