re
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:
@@ -85,7 +85,12 @@ class Get_Url(Cmdlet):
|
||||
if title:
|
||||
table_title = f"Title: {title}"
|
||||
|
||||
table = ResultTable(table_title, max_columns=1).set_preserve_order(True)
|
||||
table = (
|
||||
ResultTable(table_title, max_columns=1)
|
||||
.set_preserve_order(True)
|
||||
.set_table("url")
|
||||
.set_value_case("preserve")
|
||||
)
|
||||
table.set_source_command("get-url", [])
|
||||
|
||||
items: List[UrlItem] = []
|
||||
|
||||
Reference in New Issue
Block a user