fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
462 stars 155 forks source link

Add `--ignoreprojects` option to CLI docs #808

Closed brianrourkeboll closed 1 year ago

brianrourkeboll commented 1 year ago

The --ignoreprojects option was added in #675 to address #669, but it never got added to the documentation—I only found the option via the issue :). It's a pretty useful option if you have a monorepo with many projects and you don't want to go through contortions to stop dotnet fsdocs from trying to crack them all on every invocation.

As an aside, would it ever be worthwhile to generate the CLI options docs from the source code, at least in part, so that they stay synchronized?

nojaf commented 1 year ago

Thank you for this PR!

As an aside, would it ever be worthwhile to generate the CLI options docs from the source code, at least in part, so that they stay synchronized?

Good idea, I would accept a PR for that.