fix(cli): recognize account ls alias for agent role; align account show output; document edit password invariant
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -44,6 +44,6 @@ func accountShow(st *store.Store, rest []string, out, errOut io.Writer) int {
|
||||
fmt.Fprintf(out, "send-from: %s\n", a.SendFrom())
|
||||
fmt.Fprintf(out, "subject filter: %s\n", subj)
|
||||
fmt.Fprintf(out, "inbound whitelist: %s\n", onOff(a.WhitelistInEnabled))
|
||||
fmt.Fprintf(out, "outbound whitelist:%s\n", onOff(a.WhitelistOutEnabled))
|
||||
fmt.Fprintf(out, "outbound whitelist: %s\n", onOff(a.WhitelistOutEnabled))
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user