furushchev / euslime

Emacs SLIME for Euslisp
7 stars 1 forks source link

add cli option to set loglevel #9

Closed furushchev closed 6 years ago

furushchev commented 6 years ago

Closes #9

$ euswank -h
usage: euswank [-h] [-v] [--host HOST] [--port PORT] [--encoding ENCODING]
               [--port-filename PORT_FILENAME]
               [--level {debug,info,fatal,warn,error}]

Swank Server Proxy Process for Euslisp

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  --host HOST           Host to serve
  --port PORT, -p PORT  Port number to serve
  --encoding ENCODING, -e ENCODING
                        Encoding for communication
  --port-filename PORT_FILENAME, -w PORT_FILENAME
                        Path to file where port number is written
  --level {debug,info,fatal,warn,error}, -l {debug,info,fatal,warn,error}
                        Log Level