Skip to content

Add short command line options for some long options - #215

Open
e-Gyi-qO wants to merge 5 commits into
unoconv:masterfrom
e-Gyi-qO:master
Open

Add short command line options for some long options#215
e-Gyi-qO wants to merge 5 commits into
unoconv:masterfrom
e-Gyi-qO:master

Conversation

@e-Gyi-qO

@e-Gyi-qO e-Gyi-qO commented Aug 13, 2026

Copy link
Copy Markdown

Partially addresses issue #214. Short options are useful for repetitive usage:

  1. Add short option -c for the long option --convert-to. --convert-to is unique to client.py.
  2. Add short option -p for the long option --password. --password is unique to client.py.
  3. -V for --verbose. --verbose is at client.py as well as in server.py.
  4. -Q for --quiet. --quiet is at client.py as well as in server.py.

Short options are useful for repetitive usage:
1. Add short option -c for the long option --convert-to.
2. Add short option -p for the long option --password.
Short options -V and -Q for --verbose and --quiet
Add short options -Q for --quiet, and -V for --verbose, also for unoserver.py
@e-Gyi-qO e-Gyi-qO changed the title Add short options for --convert-to and --password Add short command line options for some long options Aug 13, 2026
A single white space character was omitted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant