We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
=
1 parent d9a0d19 commit 9a35780Copy full SHA for 9a35780
test/git-open.bats
@@ -172,6 +172,11 @@ setup() {
172
assert_output "https://github.com/paulirish/git-open/anySuffix"
173
}
174
175
+@test "gh: git open --suffix anySuffix?hello=world" {
176
+ run ../git-open "--suffix" "anySuffix?hello=world"
177
+ assert_output "https://github.com/paulirish/git-open/anySuffix?hello=world"
178
+}
179
+
180
@test "gh: gist" {
181
git remote set-url origin "[email protected]:2d84a6db1b41b4020685.git"
182
run ../git-open
0 commit comments