-
Notifications
You must be signed in to change notification settings - Fork 724
Open
Labels
featureBrand new functionality. New pages, workflows, endpoints, etc.Brand new functionality. New pages, workflows, endpoints, etc.
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.
Type
Projects
Status
Status: π New