Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fontsource/fontsource
/ CLIOptions
Interface
CLIOptions
packages/cli/src/types.ts:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
CLIOptions {
2
test?: boolean;
3
force?: boolean;
4
ttf?: boolean;
5
}
6
7
export
interface
BuildOptions {
8
dir: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected