webosose / ares-cli

ares-cli is a command-line interface(CLI) for webOS
Apache License 2.0
38 stars 17 forks source link

Change ares-command -v to consistent behavior #36

Closed ssuminahn closed 3 years ago

ssuminahn commented 3 years ago

:Release Notes: Change ares-command -v to consistent behavior

:Detailed Notes: ares, ares-config and ares-log -v option are behaved differently. So, changed them to consistent behavior.

:Testing Performed:

  1. Pass unit test on ose and auto
  2. Pass eslint
  3. Check below command and printed help message with verbose log
    • ares -v
    • ares-config -v
    • ares-log -v

:Issues Addressed: [PLAT-143017] Change ares-command -v to consistent behavior

ssuminahn commented 3 years ago

@YoungeunKim I've update commit message about expected result of test. I'm going to merge this branch to develop