Would it be possible to make the "usage" and "options" section keywords configurable? Like in
docpie(__doc__, usage = 'Aufruf', options = 'Optionen')
This would make the help text fully translatable (localized). Right now the keywords "Usage:" and "Options:" need to be English, otherwise docpie won't recognize them.
Would it be possible to make the "usage" and "options" section keywords configurable? Like in
This would make the help text fully translatable (localized). Right now the keywords "Usage:" and "Options:" need to be English, otherwise
docpiewon't recognize them.