Skip to content

Avoid the generic terminology used for term and meta subcommand descriptions #166

Description

@johnbillion

The descriptions for the second-level subcommands of wp post|user term|meta use generic "object" terminology from the method docblocks in the abstract CommandWithTerms and CommandWithMeta classes. For example:

  • wp post term --help correctly says "Adds, updates, removes, and lists post terms."
  • wp post term list --help uses the generic phrase "List all terms associated with an object."

Generic terminology is used for all four term and meta subcommands:

wp (post|user) (term|meta) (add|list|remove|set) --help

It would be great if the descriptions and argument synopses for these commands didn't use generic terminology.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions