cmd/cue: forbid `cue help help` in favor of `cue help`
Requesting the help text for the help command itself is a bit silly.
`cue help` already describes how to query help for commands or topics.
Fail even though "help" is a valid command, just a special one.
This means that the help command no longer needs a long help text.
While here, slightly expand its short help text to clarify
that it also covers additional help topics beyond commands.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I9f8541133981a7c7c3838f1783e9c89dbbe0bbcb
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1195931
Reviewed-by: Jonathan Matthews <github@hello.jonathanmatthews.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Paul Jolly <paul@myitcv.io>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>