mkdocstrings / griffe

Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
https://mkdocstrings.github.io/griffe
ISC License
261 stars 38 forks source link

feature: Allow passing multiple args to `load_extensions` instead of a list #268

Open pawamoy opened 2 weeks ago

pawamoy commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Similar to #267 I would just find it more ergonomic: load_extensions("ext1") instead of load_extensions(["ext1"]).

Describe the solution you'd like

Accept variadic extensions.

Describe alternatives you've considered

/

Additional context

/