Could someone help me understand the command parameter "Admin::CustomerUser:Add Add " for a user to be created within the otrs via command line ! ? ( In linux

Moderator: crythias
bin/otrs.Console.pl Admin::CustomerUser::Add --help
Add a customer user.
Usage:
otrs.Console.pl Admin::CustomerUser::Add --user-name ... --first-name ... --last-name ... --email-address ... --customer-id ... [--password ...]
Options:
--user-name ... - User name for the new customer user.
--first-name ... - First name of the new customer user.
--last-name ... - Last name of the new customer user.
--email-address ... - Email address of the new customer user.
--customer-id ... - Customer ID for the new customer user.
[--password ...] - Password for the new customer user. If left empty, a password will be generated automatically.
[--help] - Display help for this command.
[--no-ansi] - Do not perform ANSI terminal output coloring.
[--quiet] - Suppress informative output, only retain error messages.