mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
cli: Removed wlauto.utils.cli
Having the base arguments in wlauto.core.command make more sense and wlauto.utils.cli didnt contain anything else.
This commit is contained in:
@@ -29,7 +29,7 @@ import yaml
|
||||
|
||||
from wlauto import PluginLoader, Command, settings
|
||||
from wlauto.exceptions import CommandError, ConfigError
|
||||
from wlauto.utils.cli import init_argument_parser
|
||||
from wlauto.core.command import init_argument_parser
|
||||
from wlauto.utils.misc import (capitalize, check_output,
|
||||
ensure_file_directory_exists as _f, ensure_directory_exists as _d)
|
||||
from wlauto.utils.types import identifier
|
||||
|
Reference in New Issue
Block a user