The signature of BaseCommand.handle is handle(*args, **kwargs). The documentation example only uses the kwargs argument.
Are there cases/ways to define command arguments/options such that they will appear as positional arguments to the handle function?