forked from tern-tools/tern
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: update command line 'report' options
Tern's command line is a bit cluttered. This commit attempts to re-structure some of the {report} positional arguments. Namely: - Use '-f REPORT_FORMAT' to denote report format instead of '-m' - Use '-o FILE' to denote an report output file instead of '-f' - Shorten '--keep-working-dir' option to '--keep-wd' - Change '-V' to '-v' in order to get the version There are a few other various style imorovemenets to the 'tern -h' output such as changing ';' to '.' and removing an indentation. This commit also updates the README documenation to reflect the updated command line options, updates the invocation of the tests in ci/test_files_touched.py and updates tern/report/report.py to reflect the updated argument name values where applicable. Since this commit changes Tern's user interface, it will break API and not be compatible with downstream versions. Resolves tern-tools#390 Signed-off-by: Rose Judge <[email protected]>
- Loading branch information
Showing
4 changed files
with
32 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters