refactor!: abra server interface more coherent

This follows our app new UX and interactive mode design.
This commit is contained in:
2021-10-22 10:31:33 +02:00
parent 94c7f59113
commit 313e3beb1e
7 changed files with 486 additions and 187 deletions

View File

@ -15,8 +15,8 @@ import (
"github.com/urfave/cli/v2"
)
// RecordCreateCommand lists domains.
var RecordCreateCommand = &cli.Command{
// RecordNewCommand creates a new domain name record.
var RecordNewCommand = &cli.Command{
Name: "new",
Usage: "Create a new domain record",
Aliases: []string{"n"},