hostname -- (unique) annotation
This commit is contained in:
parent
bba8662ab9
commit
e62f47dee0
@ -21,7 +21,7 @@ func main() {
|
|||||||
|
|
||||||
case "add":
|
case "add":
|
||||||
// TODO maybe accept flags to avoid prompt and allow programmatic use
|
// TODO maybe accept flags to avoid prompt and allow programmatic use
|
||||||
hostname := dsnet.MustPromptString("Hostname", true)
|
hostname := dsnet.MustPromptString("Hostname (unique)", true)
|
||||||
owner := dsnet.MustPromptString("owner", true)
|
owner := dsnet.MustPromptString("owner", true)
|
||||||
description := dsnet.MustPromptString("Description", true)
|
description := dsnet.MustPromptString("Description", true)
|
||||||
publicKey := dsnet.MustPromptString("PublicKey (optional)", false)
|
publicKey := dsnet.MustPromptString("PublicKey (optional)", false)
|
||||||
|
Loading…
Reference in New Issue
Block a user