Localized demo by tkouba · Pull Request #485 · commandlineparser/commandline

Thanks @tkouba for this demo.
It helps in mastering localization use.
I tried it using 'cs' localization

ReadText.LocalizedDemo head --help

ReadText.Demo 0.0.0.0
Copyright (C) 1 author
POUZITI:
normální scénár:
ReadText.LocalizedDemo.exe head file.bin
specifikace poctu byte:
ReadText.LocalizedDemo.exe head --bytes 100 file.bin
potlacit sumár:
ReadText.LocalizedDemo.exe head -q file.bin
precíst více rádek:
ReadText.LocalizedDemo.exe head --lines 10 file.bin
ReadText.LocalizedDemo.exe head --lines=10 file.bin

-n, --lines (Default: 5) Pocet rádek zobrazenych od zacátku nebo
konce souboru.

-c, --bytes Pocet bytu zobrazenych od zacátku nebo konce souboru.

-q, --quiet Potlacit sumár.

--help Zobrazit tuto nápovedu.

--version Zobrazit informaci o verzi.

input file (pos. 0) Povinné. Jméno vstupního souboru.

Very nice :)