Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (24 loc) · 1003 Bytes

usage.rst

File metadata and controls

46 lines (24 loc) · 1003 Bytes

Using UniDown

The program is a terminal program, so it runs from the terminal.

Calling with:

unidown

Furthermore, there are additional arguments:

-h, --help

show this help message and exit

-v, --version

show program's version number and exit

--list-plugins

show plugin list and exit

-p name, --plugin name

plugin to execute

-r path, --root path main directory where all files will be created (default: ./)

main directory where all files will be created

-o option [option ...], --option option [option ...]

options passed to the plugin, e.g. -o username=South American coati -o password=Nasua Nasua

--logfile path

log filepath relativ to the main dir (default: ./unidown.log)

-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}, --log {DEBUG,INFO,WARNING,ERROR,CRITICAL}

set the logging level (default: INFO)