Skip to content

Tidy up the switches for some the commands #608

Description

@davep

Currently some of the commands on the blogmore command line have all the switches when they don't need them all. While, for example, build and serve both need every switch that relates to generating the site, there are other commands that need to perform generation that don't really need all of those switches.

For example, there's no reason the lint or dump commands need the --socials-title, --links-title or --icon-source switches. At least, I can't think of a good reason why they would.

Look at breaking down the generation-oriented switches to those that are necessary for core site generation (which is needed for linting and dumping, for example) and those that are more cosmetic-oriented.

This should then help make some of the --help output easier to follow.

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or requestPriority: LowOne day, maybe...TODOA thing I'm planning on doing

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions