Commit a5e58ad
authored
chore: improve output of
* chore: improve some help text in cast
* fix: re-rename arg
* chore: `cast calldata`
* chore: more cast commands
* chore: the rest of cast conversion commands
* chore: all cast util commands
* fix: `cast --to-unit`
* chore: `cast wallet`
* chore: minor changes to help text
* style: add long option for etherscan key
* style: clearer arg names for `cast index`
* style: minor adjustments
* style: wording in `forge --help`
* style: adjustments to `forge init`
* style: `forge clean` adjustments
* style: adjustments to `forge install`
* style: improvements to `forge remappings`
* style: improvements to `forge flatten`
* refactor: extract `ProjectPathsArgs`
* style: various adjustments
* chore: add link to book at end of `--help`
* style: more verify improvements
* style: minor adjustments to `forge bind`
* refactor: split `BuildArgs` into smaller pieces
* style: minor adjustments to `forge build`
* style: `forge inspect` improvements
* style: various improvements
* style: various adjustments
* style: remaining help text
* fix: missing import after rebase-h/--help (#1268)1 parent 3474f6b commit a5e58ad
File tree
22 files changed
+893
-683
lines changed- cli/src
- cmd
- cast
- forge
- opts
22 files changed
+893
-683
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
395 | | - | |
| 394 | + | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
672 | | - | |
673 | 672 | | |
674 | 673 | | |
675 | 674 | | |
| |||
690 | 689 | | |
691 | 690 | | |
692 | 691 | | |
693 | | - | |
694 | 692 | | |
695 | 693 | | |
696 | 694 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments