Add a command to automatically create a block
This commit is contained in:
parent
7b28fc5661
commit
290273e4ca
5 changed files with 161 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ func init() {
|
|||
|
||||
// status
|
||||
wdcli.Register(cmd.Status)
|
||||
|
||||
wdcli.Register(cmd.MakeBlock)
|
||||
}
|
||||
|
||||
// an error when no arguments are provided.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue