When adding an extension to kit-app-template launch gives error with -d option

I am following the instructions at:

But when I launch the application using -d option, it errors out:

./repo.sh launch -d

error: unrecognized arguments: -d
usage: repo launch [-h] [--container] [-p FROM_PACKAGE] [-n APP_NAME] {my_company.my_usd_explorer.kit,my_company.my_editor.kit} ...

Application-specific tooling for launching local applications and containerized applications.

positional arguments:
  {my_company.my_usd_explorer.kit,my_company.my_editor.kit}

options:
  -h, --help            show this help message and exit
  --container           Launch a Docker container rather than a local application.
  -p FROM_PACKAGE, --package FROM_PACKAGE
                        Path to a kit app package/archive that you want to launch
  -n APP_NAME, --name APP_NAME
                        Launch the provided application. This should be the name of the .kit file e.g.
                        `my_company.my_usd_explorer_streaming.kit`. If used `--container` this value should be the container image name you
                        want to launch e.g. `my_container:106.0`.

Is there an alternate way to run it now which is different from the documentation? My kit file is just as described in the documentation.

...
"omni.stats" = {}  # This is not strictly needed
"omni.timeline.live_session" = {}
"omni.usd.metrics.assembler.ui" = {}
"omni.usd.schema.metrics.assembler" = {}
"omni.warp.core" = {}
"usdrt.scenegraph" = {}
"my_company.my_usd_explorer_setup_extension" = { order = 10000 }  # This is your application setup Extensions. order = 10000 makes it run last
"omni.kit.stage_column.variant" = {}
...

I have to add that when I run it normally like below, it runs fine.

./repo.sh launch