This commit is contained in:
2026-01-11 01:22:51 -08:00
parent 29034b41b4
commit 450a923273
3 changed files with 22 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ 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 default",
"Example: provider-table -provider example -sample | select -select 1 | add-file -store my_store",
],
)