Hi Dmitriy,
> short options look nicer and is more native for some users who used
> to type short options. Can I add short options at least for different modes?
>
> --list: -l
> --find: -f
> --import: -i
> --add-import: -a
> --remove-import: -r
> --update: -u
> --test: -t
> --megatest: -m
> --cre
Hello everyone,
since it is very easy to modify command-line arguments and options with
argparse, I want to ask you whether you want to receive short options.
For example, with old gnulib-tool we can type '--import', '--impor', '--impo',
etc. But we can't easily type '-i'.
It is easy to fix it