Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Created June 13, 2020 15:10
Show Gist options
  • Save eS-IT/f38c03f4a84c68af658fada8d0fcf6cc to your computer and use it in GitHub Desktop.
Save eS-IT/f38c03f4a84c68af658fada8d0fcf6cc to your computer and use it in GitHub Desktop.
<?php
$this->io->choice('Select the queue to analyze', ['queue1', 'queue2', 'queue3']);
// default value:
$this->io->choice('Select the queue to analyze', ['queue1', 'queue2', 'queue3'], 'queue1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment