MCPcopy
hub / github.com/tailwindlabs/tailwindcss / rootHelp

Function rootHelp

packages/@tailwindcss-cli/src/index.ts:17–27  ·  view source on GitHub ↗
({ invalid }: { invalid?: string } = {})

Source from the content-addressed store, hash-verified

15}
16
17function rootHelp({ invalid }: { invalid?: string } = {}) {
18 help({
19 invalid,
20 usage: [buildUsage('tailwindcss'), buildUsage('tailwindcss build'), canonicalize.usage()],
21 commands: {
22 build: 'Build your CSS',
23 canonicalize: 'Canonicalize candidate lists',
24 },
25 options: { ...build.options(), ...sharedOptions },
26 })
27}
28
29async function run() {
30 let argv = process.argv.slice(2)

Callers 1

runFunction · 0.85

Calls 2

helpFunction · 0.90
buildUsageFunction · 0.85

Tested by

no test coverage detected