Changed "--prompt" to "--disablePrompts". Updates to documentation. Needs testing

This commit is contained in:
CocoByte 2023-11-08 14:37:17 -06:00
parent 001da13207
commit ea5df7adee
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
4 changed files with 123 additions and 96 deletions

View file

@ -63,9 +63,6 @@ class Command(BaseCommand):
action=argparse.BooleanOptionalAction,
)
# TODO - Narrow this down
# TODO - this isn't pulling in the directory from the master script. Needs to be corrected @Nicolle - todo
# default="/app/tmp"
parser.add_argument(
"--directory", default="migrationdata", help="Desired directory"
)