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

Fix(generate-event): SubCommand help text to be short-text. #652

Merged
merged 3 commits into from
Sep 7, 2018

Commits on Sep 4, 2018

  1. Fix(generate-event): SubCommand help text to be short-text.

    The help text for the SubCommands in generate-event were getting truncated
    in the terminal. The help text being displayed was the short_help text and not
    the full text. If a click command does not have short_text assoicated, click
    will truncate the help text to 45 characters.  We will now set the short_text
    to be the full text to allow the contents to be displayed on the screen.
    jfuss committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    14f7776 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Update unit tests

    jfuss committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    b1cc85d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    5311af6 View commit details
    Browse the repository at this point in the history