Questions about mh_* tool options #243
Replies: 3 comments 1 reply
-
Anything that https://docs.python.org/3/library/codecs.html supports; but realistically I would only ever consider two options: utf-8 and ascii (and maybe the windows cp1252)
They should be.
I am limited by what argparse can do; but I will look into it if it can group stuff together like this. I haven't read the docs in a while :) That said, I am looking at changing the way HTML generation works, so that --portable-html will probably disappear entirely. |
Beta Was this translation helpful? Give feedback.
-
|
It is not clear for me what is expected for
Can you clarify it? I mean what OLD_COPYRIGHT_HOLDER type is (any string or some file to read from). I don't know what I have to suggest to user. The same misunderstanding I feel with |
Beta Was this translation helpful? Give feedback.
-
@EmilySeville7cfg I think there is nothing to suggest here. By definition these tasks will be "one time" tasks, and not something obvious or repetitive is going on. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I have several questions about
mh_metricsoptions:--input-encoding? How can I list them from terminal?--text|--html|--jsonare not mutually exclusive options formh_metrics(according to output of--helpoption)?--portable-htmlis planned to be used only along with--htmlwhy not to describe it as[--html FILE [--portable-html]]instead of[--html FILE] [--portable-html]?Beta Was this translation helpful? Give feedback.
All reactions