-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split
LOBSTER_Tool.process_commandline_options
The function `LOBSTER_Tool.process_commandline_options` does two things. It processes - the common command line options - and the tool specific command line options. The code has been refactored such that there are dedicated functions for each of these two steps. This increases readability of the code. Type hints have been added to some functions. The implementation of the method `LOBSTER_Per_File_Tool.process` has been replaced by a single `pass`, because it is abstract.
- Loading branch information
Showing
2 changed files
with
38 additions
and
15 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