in migration_toolkit/common/argparse_arguments.py [0:0]
def force(parser): parser.add_argument( "--force", "-f", help="Don't wait for the user prompt.", default=False, action="store_true", )