Comment 5 for bug 1743578

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cliff (master)

Reviewed: https://review.openstack.org/534771
Committed: https://git.openstack.org/cgit/openstack/cliff/commit/?id=134ebd4a9a5d981f3bccf4f074adc63f1df72f80
Submitter: Zuul
Branch: master

commit 134ebd4a9a5d981f3bccf4f074adc63f1df72f80
Author: Doug Hellmann <email address hidden>
Date: Wed Jan 17 09:22:29 2018 -0500

    remove -s alias for --sort-columns

    Cliff normally uses short option name aliases which are global
    in to the CLI. We want commands to not use them due to the
    limited number and ease of collision. However this one
    was already in use by a well-known plugin so we will not take it.

    Change-Id: Id348dad450b52716b82d7852d6378ecc48808f26
    Closes-Bug: #1743578
    Signed-off-by: Doug Hellmann <email address hidden>