Add a command to automatically create a block

This commit is contained in:
Tom 2023-06-22 14:46:42 +02:00
parent 7b28fc5661
commit 290273e4ca
5 changed files with 161 additions and 0 deletions

View file

@ -68,6 +68,8 @@ func init() {
// status
wdcli.Register(cmd.Status)
wdcli.Register(cmd.MakeBlock)
}
// an error when no arguments are provided.