This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit d2bac71851296b39577b7c5707d4f6c3760b9abb
Merge: 6562efe f3ce003
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Sun Nov 10 08:05:19 2019 +0800

    Merge pull request #9 from kezhenxu94/feature/display-styles
    
    [Feature] Support multiple display styles, JSON, YAML, ASCII Table

 .../client/client.go => commands/flags/duration.go | 51 ++++++++++-----------
 commands/service/list.go                           | 34 ++------------
 config/config.go => display/display.go             | 33 ++++++++++++--
 config/config.go => display/json/json.go           | 17 +++++--
 config/config.go => display/table/table.go         | 38 ++++++++++++++--
 config/config.go => display/yaml/yaml.go           | 17 +++++--
 go.mod                                             |  1 +
 go.sum                                             |  6 +++
 graphql/client/client.go                           |  9 ++--
 swctl/main.go                                      | 53 ++++++++++++++--------
 10 files changed, 165 insertions(+), 94 deletions(-)

Reply via email to