This commit is contained in:
2026-01-19 06:24:09 -08:00
parent a961ac3ce7
commit 7ddf0065d1
45 changed files with 627 additions and 411 deletions

View File

@@ -18,9 +18,7 @@ from SYS.rich_display import (
show_available_providers_panel,
)
from . import _shared as sh
(
from ._shared import (
Cmdlet,
CmdletArg,
SharedArgs,
@@ -29,15 +27,6 @@ from . import _shared as sh
normalize_hash,
first_title_tag,
parse_hash_query,
) = (
sh.Cmdlet,
sh.CmdletArg,
sh.SharedArgs,
sh.get_field,
sh.should_show_help,
sh.normalize_hash,
sh.first_title_tag,
sh.parse_hash_query,
)
from SYS import pipeline as ctx