Skip to main content
Module

x/deno_cli_help/deno.json

Print help CLI-option in specific format
Latest
File
{ "lint": { "files": { "include": ["./"] }, "rules": { "tags": ["recommended"] } }, "fmt": { "files": { "include": ["./"] }, "options": { "useTabs": false, "lineWidth": 80, "indentWidth": 2, "singleQuote": true, "proseWrap": "preserve" } },
"tasks": { "run": "deno run --allow-net mod.ts" }}