dfd
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled

This commit is contained in:
2025-12-27 21:24:27 -08:00
parent fcdd507d00
commit 8288ea8c66
16 changed files with 530 additions and 339 deletions

View File

@@ -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: