jkj
This commit is contained in:
@@ -12,17 +12,17 @@ import re as _re
|
||||
|
||||
from config import resolve_output_dir
|
||||
|
||||
from ._shared import (
|
||||
Cmdlet,
|
||||
CmdletArg,
|
||||
create_pipe_object_result,
|
||||
get_field,
|
||||
get_pipe_object_hash,
|
||||
get_pipe_object_path,
|
||||
normalize_result_input,
|
||||
parse_cmdlet_args,
|
||||
should_show_help,
|
||||
)
|
||||
from . import _shared as sh
|
||||
|
||||
Cmdlet = sh.Cmdlet
|
||||
CmdletArg = sh.CmdletArg
|
||||
create_pipe_object_result = sh.create_pipe_object_result
|
||||
get_field = sh.get_field
|
||||
get_pipe_object_hash = sh.get_pipe_object_hash
|
||||
get_pipe_object_path = sh.get_pipe_object_path
|
||||
normalize_result_input = sh.normalize_result_input
|
||||
parse_cmdlet_args = sh.parse_cmdlet_args
|
||||
should_show_help = sh.should_show_help
|
||||
|
||||
import pipeline as ctx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user