-
Notifications
You must be signed in to change notification settings - Fork 729
Closed
Labels
featureBrand new functionality. New pages, workflows, endpoints, etc.Brand new functionality. New pages, workflows, endpoints, etc.locked
Description
Some contrib/stacks-inspect commands that process encoded data (transactions, blocks, etc...) have inconsistent input handling - some only accept hex strings as arguments, others only file paths. This limits flexibility for scripting and piping workflows.
I think we should add unified file and stdin support to those commands, following the same convention used in contrib/clarity-cli:
- "-" reads from stdin
- File path reads from file
- Direct value as fallback (backward compatible)
Metadata
Metadata
Assignees
Labels
featureBrand new functionality. New pages, workflows, endpoints, etc.Brand new functionality. New pages, workflows, endpoints, etc.locked
Type
Projects
Status
Status: ✅ Done