diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-14 08:41:02 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-14 08:47:27 +0000 |
| commit | c0847f928c32adb0b4dfc3b73ee77fa3cdb5ec21 (patch) | |
| tree | 07d89b9a5cb6770b25c22d35a13579df1278db0b /tests/push.rs | |
| parent | 1022344a0529b5f6b50f35d3030a528a1a5c6f91 (diff) | |
feat!: move `prs create`>`send`, `prs list`>`list`
remove unnecessary hierachy of `prs` which is also a troublesome term
replace the concept of `create` which aligns more to the PR github model
to `send` which aligns more with the git patch model
Diffstat (limited to 'tests/push.rs')
| -rw-r--r-- | tests/push.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/push.rs b/tests/push.rs index 4af5bd4..9791d9d 100644 --- a/tests/push.rs +++ b/tests/push.rs | |||
| @@ -79,8 +79,7 @@ fn cli_tester_create_pr( | |||
| 79 | "--password", | 79 | "--password", |
| 80 | TEST_PASSWORD, | 80 | TEST_PASSWORD, |
| 81 | "--disable-cli-spinners", | 81 | "--disable-cli-spinners", |
| 82 | "prs", | 82 | "send", |
| 83 | "create", | ||
| 84 | "--title", | 83 | "--title", |
| 85 | format!("\"{title}\"").as_str(), | 84 | format!("\"{title}\"").as_str(), |
| 86 | "--description", | 85 | "--description", |