`glab ci trigger` doesn't interactively ask for job to trigger

Checklist

  • I'm using the latest version of the extension (Run glab --version)
    • Extension version: 1.36.0
  • Operating system and version: Arch, kernel 6.7.2
  • Gitlab.com or self-managed instance? self-managed instance
  • GitLab version (if self-managed): v16.8.1-ee on Ubuntu 20.04.6
  • I have performed glab auth status to check for authentication issues

Summary

When running glab ci trigger --help, you are provided with the following help information:

EXAMPLES
  $ glab ci trigger
  # Tnteractively select a job to Trigger

However, when then running gitlab ci trigger:

❯ glab ci trigger
accepts 1 arg(s), received 0

Environment

  • OS: Linux 6.7.2-arch1-1 x86_64
  • SHELL: /usr/bin/zsh
  • TERM: xterm-256color
  • GLAB: glab version 1.36.0

Other:

Steps to reproduce

  1. Have a repo with a CI/CD pipeline with a job labeled as when: manual.
  2. Run glab ci triggeer.

What is the current bug behavior?

Error message: accepts 1 arg(s), received 0.

What is the expected correct behavior?

Should give you an interactive prompt to choose the pipeline to start.

Relevant logs and/or screenshots

Possible fixes