From c0847f928c32adb0b4dfc3b73ee77fa3cdb5ec21 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 14 Feb 2024 08:41:02 +0000 Subject: 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 --- tests/push.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/push.rs') 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( "--password", TEST_PASSWORD, "--disable-cli-spinners", - "prs", - "create", + "send", "--title", format!("\"{title}\"").as_str(), "--description", -- cgit v1.2.3