cli/cmd
chemotaxis 1e3bba5ff6 Add comment about cmd.Help()
The linter picked up that the error value from cmd.Help() isn't checked.

Even though cmd.Help() returns an error value, it's always nil. The
inner HelpFunc() function directly prints the error message instead of
returning an error value.
2021-06-16 22:28:41 -04:00
..
gen-docs Add tests for manual pages generation 2021-03-30 20:47:25 +02:00
gh Add comment about cmd.Help() 2021-06-16 22:28:41 -04:00