ethereum / ethereum/execution-specs
bug(execute): allow `--collect-only` without specifying `--rpc-*` flags
Open
A-test-execute
C-bug
P-low
stale
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 505
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 116
Description
It would be nice to be able to run with `--collect-only` without adding additional flags:
```
uv run execute remote --collect-only -q
-->
ERROR: usage: execute [options] [file_or_dir] [file_or_dir] [...]
execute: error: the following arguments are required: --rpc-seed-key, --rpc-endpoint, --rpc-chain-id
```
Contributor guide
Assessment
This issue has not been assessed yet.