mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 08:50:01 +02:00
Changed "--prompt" to "--disablePrompts". Updates to documentation. Needs testing
This commit is contained in:
parent
001da13207
commit
ea5df7adee
4 changed files with 123 additions and 96 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue