Writing description in editor does not prompt for template
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "bug" label: - https://gitlab.com/gitlab-org/cli/-/issues/?label_name%5B%5D=type%3A%3Abug and verify the issue you're about to submit isn't a duplicate. ---> ### Checklist <!-- Please test the latest versions, that will remove the possibility that you see a bug that is fixed in a newer version. --> - [x] I'm using the latest version of the extension (Run `glab --version`) - Extension version: _Put your extension version here_ - [ ] Operating system and version: _Put your version here_ - [ ] Gitlab.com or self-managed instance? _gitlab.com/self-managed instance/both_ - [ ] GitLab version (if self-managed) _GitLab version here_ (Use the `version` endpoint, like this: gitlab.my-company.com/api/v4/version) - [ ] I have performed `glab auth status` to check for authentication issues - [ ] Run the command in debug mode (like `DEBUG=true glab mr list`) and attach any useful output ### Summary When using `-d-` for issue and mr creates, I am not prompted for a template to pre-fill the description ### Environment - OS: Linux 6.17.0-14-generic x86_64 - SHELL: /home/andrew-fontaine/.nix-profile/bin/zsh - TERM: foot - GLAB: glab 1.86.0 (1ef884a) - <!-- Please include any other information that you believe might be relevant in debugging. For example, you may include a shell framework like oh-my-zsh or other customizations like editing the prompt (PS1, PS2, and others). --> Other: ### Steps to reproduce `glab mr create -d-`, `glab issue create -d-` ### What is the current _bug_ behavior? An empty file is opened in the editor ### What is the expected _correct_ behavior? A template chooser to pre-fill the template ### Relevant logs and/or screenshots <!--- Paste the activity log from your command line --> ### Possible fixes <!-- If you can, link to the line of code that might be responsible for the problem -->
issue