Benjamin Fischer

Results 42 issues of Benjamin Fischer

It would be nice if dprint could format html files and html in markdown files (directly in markdown and in html code blocks).

To reduce verbosity, the option method should have an env option to auto register an environment variable for this option. Without prefix: ```ts new Command() .option("-f, --foo", "example description.") .env("FOO",...

enhancement
module:command