mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Add documentation
This commit is contained in:
parent
d1b85e9ca9
commit
7250e6587c
2 changed files with 45 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Command(BaseCommand):
|
|||
parser.add_argument("--debug", action=argparse.BooleanOptionalAction)
|
||||
parser.add_argument(
|
||||
"domain_election_office_filename",
|
||||
help=("A JSON file that holds the location and filenames" "of all the data files used for migrations"),
|
||||
help=("A file that contains" " all the domains that are election offices."),
|
||||
)
|
||||
|
||||
def handle(self, domain_election_office_filename, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue