Add aliases such that in the following example user **or** username could be used but not both. `$user =& $flags->string(["user", "username"], null, "Github Username");`
Add aliases such that in the following example user or username could be used but not both.
$user =& $flags->string(["user", "username"], null, "Github Username");