add tags and boost for pages

This commit is contained in:
Hayden
2022-08-14 16:11:56 -08:00
parent 286d5ada85
commit dac1c40ee5
27 changed files with 162 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
---
tags:
- v1
---
The default help flag (`-h/--help`) is defined as `cli.HelpFlag` and is checked
by the cli internals in order to print generated help text for the app, command,
or subcommand, and break execution.