Skip to content

Commit

Permalink
Uncomment out click
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Feb 5, 2023
1 parent cce2952 commit 8a1b50b
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions coastlines/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2476,61 +2476,61 @@ def deacl_validation(
print("Skipping; file either exists or overwrite set to false")


# @click.command()
# @click.option(
# "--inputs_path",
# type=str,
# required=True,
# help="",
# )
# @click.option(
# "--deacl_path",
# type=str,
# required=True,
# help="",
# )
# @click.option(
# "--prefix",
# type=str,
# default="temp",
# help="",
# )
# @click.option(
# "--datum",
# type=str,
# default=0,
# help="",
# )
# @click.option(
# "--overwrite",
# type=bool,
# default=False,
# help="",
# )
# @click.option(
# "--layer_name",
# type=str,
# default="shorelines_annual",
# help="",
# )
# @click.option(
# "--append_stats",
# type=bool,
# default=False,
# help="",
# )
# @click.option(
# "--parallelised",
# type=bool,
# default=True,
# help="",
# )
# @click.option(
# "--markdown_report",
# type=bool,
# default=False,
# help="",
# )
@click.command()
@click.option(
"--inputs_path",
type=str,
required=True,
help="",
)
@click.option(
"--deacl_path",
type=str,
required=True,
help="",
)
@click.option(
"--prefix",
type=str,
default="temp",
help="",
)
@click.option(
"--datum",
type=str,
default=0,
help="",
)
@click.option(
"--overwrite",
type=bool,
default=False,
help="",
)
@click.option(
"--layer_name",
type=str,
default="shorelines_annual",
help="",
)
@click.option(
"--append_stats",
type=bool,
default=False,
help="",
)
@click.option(
"--parallelised",
type=bool,
default=True,
help="",
)
@click.option(
"--markdown_report",
type=bool,
default=False,
help="",
)
def validation_cli(
inputs_path,
deacl_path,
Expand Down

0 comments on commit 8a1b50b

Please sign in to comment.