Skip to content

Instantly share code, notes, and snippets.

@AlexNodex
Last active August 21, 2019 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexNodex/54fc190f1c4ba2c30bcd6fc9fb8f9f04 to your computer and use it in GitHub Desktop.
Save AlexNodex/54fc190f1c4ba2c30bcd6fc9fb8f9f04 to your computer and use it in GitHub Desktop.
<?php
$console->command('users:add',function($arguments) {
$success = $this->get('users')->add($arguments);
};
//USAGE: php run users:add --username=foo --password=bar
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment