ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
173 stars 17 forks source link

Bug: asc testflight betagroup subcommands are not in alpha order #202

Closed orj closed 4 years ago

orj commented 4 years ago

🌎 Environment

💬 Description

The subcommands of asc testflight betagroup are not in alpha order.

🦶 Reproduction Steps

Run asc testflight betagroup -h

🤔 Expected Results

The subcommands to be in alpha order.

SUBCOMMANDS:
  adduser                 Add testers to beta group
  create                  Create a new beta group
  delete                  Delete a beta group
  list                    List beta groups
  modify                  Modify a beta group, only the specified options are modified
  read                    Read a beta group
  removeuser              Remove beta testers from a beta group

😲 Actual Results

SUBCOMMANDS:
  create                  Create a new beta group
  delete                  Delete a beta group
  list                    List beta groups
  modify                  Modify a beta group, only the specified options are modified
  read                    Read a beta group
  removeuser              Remove beta testers from a beta group
  adduser                 Add testers to beta group