pegleg/pegleg/engine
Rick Bartra 9e43f12337 Pegleg CLI output improvement
This commit leverages python prettytable to create tables and output
CLI information for the following:

- site:
  - lint
  - list
  - show

- type:
  - list

- repo:
  - lint

Addtionally, this commit changes the verbosity settings for pegleg CLI.
When verbosity is not set, only error logs will be shown as this would
be useful to users when errors do occur. Otherwise, no logs should be
shown in the CLI output unless the user passes the `verbose` flag.

Change-Id: Ic7782e9e383a1d6a7e31ff7cce025beb53c7db01
2018-10-10 15:30:54 -04:00
..
util Merge "CLI: Add support for listing repository types" 2018-10-09 15:50:02 +00:00
__init__.py Missing import causing `pegleg type list` to not work 2018-10-09 16:45:11 -04:00
errorcodes.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
exceptions.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
lint.py Pegleg CLI output improvement 2018-10-10 15:30:54 -04:00
repository.py fix: Allow -r flag to work with remote repository URLs 2018-09-27 14:27:47 +01:00
site.py Pegleg CLI output improvement 2018-10-10 15:30:54 -04:00
type.py Pegleg CLI output improvement 2018-10-10 15:30:54 -04:00