prysm-pulse/runtime
Manu NALEPA 886d76fe7c
Refactor validator client help. (#13401)
* Define `cli.App` without mutation.

No functional change.

* `usage.go`:  Clean `appHelpTemplate`.

No functional change is added.
Modifications consist in adding prefix/suffix `-` to improve readability of
the template without adding new lines in template inference.

We now see some inconsistencies of the template:
- `if .App.Version` is around the `AUTHOR` section.
- `if .App.Copyright` is around both `COPYRIGHT` and `VERSION` sections.
- `if len .App.Authors` is around nothing.

* `usage.go`: Surround version and author correctly.

* `usage.go`: `AUTHOR` ==> `AUTHORS`

* `usage.go`: `GLOBAL` --> `global`.

* `--grpc-max-msg-size`: Remove double default.

* VC: Standardize help message.

- Flags help begin with a capital letter and end with a period.
- If a flag help begins with a verb, it is conjugated.
- Expermitemtal, danger etc... mentions are between parenthesis.

* VC help message: Wrap too long lines.
2024-01-02 18:02:28 +00:00
..
debug Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
fdlimits Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
interop Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
logging Verify roblobs (#13245) 2023-12-07 02:36:25 +00:00
maxprocs Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
messagehandler Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
prereqs Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
tos Update Terms of Service (#13163) 2023-11-02 17:11:11 +00:00
version Replace Empty Slice Literals with Nil Slices (#13093) 2023-10-23 16:36:11 +00:00
BUILD.bazel Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
service_registry_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
service_registry.go Update package name comments (#9653) 2021-09-22 22:38:06 +00:00