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

Use cliff for CLI layer #100

Merged
merged 8 commits into from
Jan 10, 2018
Merged

Use cliff for CLI layer #100

merged 8 commits into from
Jan 10, 2018

Commits on Oct 27, 2017

  1. Use cliff for CLI layer

    This commit makes stestr use cliff[1] for CLI layer. The cliff project
    provides a lot of advantages for stestr cli which has subcommands.
    Instead of just using argparse, we should leverage cliff to provide a
    more polished CLI experience.
    
    [1] https://pypi.python.org/pypi/cliff
    
    Closes Issue mtreinish#62
    masayukig committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    e55b5eb View commit details
    Browse the repository at this point in the history
  2. Update doc for using cliff for CLI layer

    This commit updates the docs for using cliff for CLI layer.
    masayukig committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    18d210e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    ab2c968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1164397 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Configuration menu
    Copy the full SHA
    b5c7727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe66b21 View commit details
    Browse the repository at this point in the history
  3. Fix pep8 violations

    masayukig committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    865b222 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

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