You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we go for comment_set, and comment_remove to match how RRs and other fields are treated?
These fields are text/char fields, in Django they are never null, so host comment_set foo.example.com "" and host comment_remove foo.example.com are functionally identical.
There is no intuitive way to remove a comment or contact info for a host.
The current way to do it is using
host set_comment
with empty args for comments:While for contact info, the same approach does not work:
It's probably not a very common (or indeed useful) scenario to remove contact info, so maybe this behavior is fine?
Suggested solution
A new command
host remove_comment
could be useful:The text was updated successfully, but these errors were encountered: