Skip to content
Snippets Groups Projects

Organize commands into subcommands (#430)

Merged Moul requested to merge 430_cmds_orga into main
16 files
+ 94
57
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -30,7 +30,7 @@ from silkaj.constants import ALL
@@ -30,7 +30,7 @@ from silkaj.constants import ALL
@click.command(
@click.command(
"diffi",
"difficulty",
help="Display the current Proof of Work difficulty level to generate the next block",
help="Display the current Proof of Work difficulty level to generate the next block",
)
)
def difficulties() -> None:
def difficulties() -> None:
Loading