The --club option help on every slug-taking command points users at a command that was never registered.
CliCommand.scala:159 and :163:
"Club slug (URL name); falls back to the current club (set with 'ccas use')"
The registered name is use-club (CliCommand.scala:196). ClubResolver.scala:18 already has the correct wording — copy it.
Other stale names:
README.md:70 command inventory lists use (four other README passages correctly say use-club).
ManagedClubApp.scala:11 scaladoc names ccas manage|unmanage|managed — three commands that never shipped; the real surface is ccas club add|remove|list.
Also fold in the club group discoverability gap: ccas club --help lists add/remove/list with no pointer to setting a working club, and ccas --help renders use-club and club as unrelated siblings. Extend the group help at CliCommand.scala:359 and mirror at CompletionSpec.scala:118.
The
--cluboption help on every slug-taking command points users at a command that was never registered.CliCommand.scala:159and:163:The registered name is
use-club(CliCommand.scala:196).ClubResolver.scala:18already has the correct wording — copy it.Other stale names:
README.md:70command inventory listsuse(four other README passages correctly sayuse-club).ManagedClubApp.scala:11scaladoc namesccas manage|unmanage|managed— three commands that never shipped; the real surface isccas club add|remove|list.Also fold in the
clubgroup discoverability gap:ccas club --helplists add/remove/list with no pointer to setting a working club, andccas --helprendersuse-clubandclubas unrelated siblings. Extend the group help atCliCommand.scala:359and mirror atCompletionSpec.scala:118.