Commit ebb8932
committed
83bf49d feat(run-bitcoind): add run as alias for start (oyindamola oladapo)
Pull request description:
### Summary
This PR adds support for `run-bitcoind run` as an alias for `run-bitcoind start`.
### Changes
- Updated the command parser to treat `run` the same as `start`, without changing existing behavior.
This allows users to invoke:
```bash
./run-bitcoind.sh run [VERSION_ALIAS]
```
closes rust-bitcoin#226
ACKs for top commit:
tcharding:
ACK 83bf49d
Tree-SHA512: 033d381d7c844c53f48fa166e15dc734e5162bceeb947a8341fea41432d620b44db5368f0aabf22989d42b02cbfb7570bb28f177f21ad9270e37fc4cd8f60c0a
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments