dfd
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -415,7 +415,7 @@ class ResultTable:
|
||||
self.input_options: Dict[str, InputOption] = {}
|
||||
"""Options available for user input (cmdlet arguments)"""
|
||||
self.source_command: Optional[str] = None
|
||||
"""Command that generated this table (e.g., 'download-data URL')"""
|
||||
"""Command that generated this table (e.g., 'download-file URL')"""
|
||||
self.source_args: List[str] = []
|
||||
"""Base arguments for the source command"""
|
||||
self.header_lines: List[str] = []
|
||||
@@ -476,7 +476,7 @@ class ResultTable:
|
||||
source_command + source_args + row_selection_args | next-cmd
|
||||
|
||||
Args:
|
||||
command: Command name (e.g., 'download-data')
|
||||
command: Command name (e.g., 'download-file')
|
||||
args: Base arguments for the command (e.g., ['URL'])
|
||||
|
||||
Returns:
|
||||
|
||||
Reference in New Issue
Block a user