def add_arguments()

in testprovider/oidcprovider/management/commands/createuser.py [0:0]


    def add_arguments(self, parser):
        parser.add_argument("username", help="account username")
        parser.add_argument("password", help="account password")
        parser.add_argument("email", help="account email address")