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

Function buildUsage

packages/@tailwindcss-cli/src/index.ts:13–15  ·  view source on GitHub ↗
(command = 'tailwindcss')

Source from the content-addressed store, hash-verified

11} satisfies Arg
12
13function buildUsage(command = 'tailwindcss') {
14 return `${command} [--input input.css] [--output output.css] [--watch] [options…]`
15}
16
17function rootHelp({ invalid }: { invalid?: string } = {}) {
18 help({

Callers 2

rootHelpFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected