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

lib, test: minor console changes #20960

Closed
wants to merge 3 commits into from

Commits on May 25, 2018

  1. lib: refactor cli table

    The cli table used multi line template strings which are normally
    not used in our code base and it also upper cased a regular function
    name. This is changed by this patch.
    BridgeAR committed May 25, 2018
    Configuration menu
    Copy the full SHA
    bc0aab2 View commit details
    Browse the repository at this point in the history
  2. test: improve console table error output

    The former error output was not readable in case of an error. This
    improves it by splitting the lines and therefore creating a nice and
    readable diff.
    BridgeAR committed May 25, 2018
    Configuration menu
    Copy the full SHA
    c4f2124 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. fixup: address comment

    BridgeAR committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    b1307b0 View commit details
    Browse the repository at this point in the history