Problem
skillspector scan --help lists only a subset of the providers accepted by SKILLSPECTOR_PROVIDER. It omits ollama, azure_openai, openai_compatible, and the local CLI providers, and its credential section likewise omits their configuration. Users relying on the built-in help can therefore conclude that supported provider paths are unavailable.
Expected behavior
The scan help should list every provider accepted by the current selector and identify the applicable credentials or local-auth behavior. A CLI regression test should keep the help contract aligned with the provider selector.
Problem
skillspector scan --helplists only a subset of the providers accepted bySKILLSPECTOR_PROVIDER. It omitsollama,azure_openai,openai_compatible, and the local CLI providers, and its credential section likewise omits their configuration. Users relying on the built-in help can therefore conclude that supported provider paths are unavailable.Expected behavior
The scan help should list every provider accepted by the current selector and identify the applicable credentials or local-auth behavior. A CLI regression test should keep the help contract aligned with the provider selector.