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

Fixes #594: Simplify output and implement TEXT output group #600

Merged
merged 1 commit into from
May 16, 2020

Commits on May 15, 2020

  1. Fixes issue # 594 Simplify output and implement TEXT ooutput group

    Implements a new output format group (TEXT) and modifies two commands to
    use this group (server interop, and server brand). This removes the
    table option for these commands.
    
    It also implements the text output format as an optional format for
    namespaces so that the namespace list appears as a comma-separated
    line of text.  In this case the default is table and the optional
    choice is text.
    
    Modified the definition fo possible output formats to use a
    OrderedDict as the basis for defining the list of formats for each
    group and the corresponding default keywords.
    KSchopmeyer committed May 15, 2020
    Configuration menu
    Copy the full SHA
    fb7bd8a View commit details
    Browse the repository at this point in the history