```{highlight} bash ``` (command-line)= # Command line usage The {mod}`elements_http_upload.__main__` module can be used from the command line via ```bash python -m elements_http_upload [options] [arguments] ``` or via ```bash elements-http-upload [options] [arguments] ``` ```{argparse} :module: elements_http_upload.__main__ :func: get_parser :prog: elements-http-upload ```