hougesen / kdlfmt

A formatter for kdl documents.
MIT License
4 stars 0 forks source link

Suggestion: Make it possible to take multiple paths #35

Closed kachick closed 2 months ago

kachick commented 2 months ago

Currently, kdlfmt can only take one input for each execution. Raising an unexpected error for 2nd or later paths.

error: unexpected argument 'second_path' found

This restriction blocks the use of other tools such as xargs or treefmt.

kachick commented 2 months ago

Thank you! ⚡