Support https://worktrunk.dev/switch/#pull-requests-and-merge-requests
Currently on giving a text manually to the herdr-worktrunk branch picker it assumes the given input is a new branch name and adds a --create to the wt switch command.
This breaks for inputs like pr:<123> or mr:<123> or https://github.com/devashish2203/pull/1 type of inputs.
An easy fix could be to detect that the input contains ":" and then drop the --create flag from the wt command.
Support https://worktrunk.dev/switch/#pull-requests-and-merge-requests
Currently on giving a text manually to the herdr-worktrunk branch picker it assumes the given input is a new branch name and adds a --create to the wt switch command.
This breaks for inputs like pr:<123> or mr:<123> or https://github.com/devashish2203/pull/1 type of inputs.
An easy fix could be to detect that the input contains ":" and then drop the --create flag from the wt command.