erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

rebar3 hex docs: Improve output when generating custom docs #251

Closed wojtekmach closed 2 years ago

wojtekmach commented 3 years ago

Currently we have this:

% rebar3 hex docs
===> Verifying dependencies...
===> No valid hex docs configuration found. Docs will will not be generated
Local Password: ****

The ===> No valid hex docs ... piece is in red. This is a non-fatal error and the process moves forward (as you can see by the password prompt). Since it's non-fatal, should we change the colour to yellow or something? Better yet, would it make sense to mention that since we're not generating docs, we're instead using docs from doc/ (or whatever is configured)?