Skip to content

Commit

Permalink
fix: register dump as subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Dec 16, 2024
1 parent e876fa2 commit 811d4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trd_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def run(


# Allow dumping the REDCap structure to a given file
@click.command()
@cli.command()
@click.argument(
"output",
required=False,
Expand Down

0 comments on commit 811d4a3

Please sign in to comment.