ethereum / ethereum/execution-specs
Update `fill` command to have sane default execution
Open
A-test-fill
C-feat
E-easy
P-low
S-needs-discussion
stale
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 505
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 116
Description
### What was wrong?
When `fill` is called without any arguments it fails because there is no target directory or sane flags. This should not be the case.
### How can it be fixed?
At the very least, calling fill without any arguments should print a usage message and exit. In the best case (IMO) it should run some default configuration that strikes a balance between commonality of use and execution time.
Contributor guide
Assessment
This issue has not been assessed yet.