Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serverless-Devs/Serverless-Devs
/
Class
src/command/cli/help.ts:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
logger from
'@/logger'
;
6
7
class
Help {
8
private raw: string[] = [];
9
private logger = logger;
10
constructor(private program: Command) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected