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,10 @@
---
tags:
- v2
search:
boost: 2
---
Calling `App.Run` will not automatically call `os.Exit`, which means that by
default the exit code will "fall through" to being `0`. An explicit exit code
may be set by returning a non-nil error that fulfills `cli.ExitCoder`, *or* a