webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

Document command line parameters

Open daniel-wer opened this issue 7 years ago • 2 comments

From a quick look, not all command line parameters are documented, some of them fairly important, for example --max to specify the maximum down-sampled resolution, or the different interpolation modes. Either, extend the usage examples to include all parameters or better add a section where all of them are explained briefly.

daniel-wer avatar Nov 21 '18 18:11 daniel-wer

Would be great if we could generate that from the code. You can always run without args to get the usage printed.

normanrz avatar Nov 21 '18 19:11 normanrz

Might get fixed via #825

jstriebel avatar Nov 28 '22 09:11 jstriebel

The switch to typer should cover most of this. It automatically will print all the parameters with --help etc

hotzenklotz avatar Nov 07 '23 14:11 hotzenklotz