This commit is contained in:
2026-01-12 12:17:50 -08:00
parent 9981424397
commit b7b58f0e42
7 changed files with 21 additions and 254 deletions

View File

@@ -27,8 +27,8 @@ CMDLET = Cmdlet(
],
detail=[
"Use a registered provider to build a table and optionally run another cmdlet with selection args.",
"Emits pipeline-friendly dicts enriched with `_selection_args` so you can pipe into `select` and other cmdlets.",
"Example: provider-table -provider example -sample | select -select 1 | add-file -store my_store",
"Emits pipeline-friendly dicts enriched with `_selection_args` so you can use @N syntax to select and chain.",
"Example: provider-table -provider example -sample | @1 | add-file -store my_store",
],
)