Changes between Initial Version and Version 1 of Specs/StandardCommandLionOptions


Ignore:
Timestamp:
04/17/13 13:00:09 (11 years ago)
Author:
ph3-der-loewe
Comment:

BEGIN{}

Legend:

Unmodified
Added
Removed
Modified
  • Specs/StandardCommandLionOptions

    v1 v1  
     1[[TOC]] 
     2 
     3= Standard CommandLion Options = 
     4This document describes the standard options most binaries should have as well as some which are common between most binaries of the same type. 
     5 
     6== Common options == 
     7||= Option =||= Supported by =||= Description =|| 
     8 
     9== Client options == 
     10||= Option =||= Supported by =||= Description =|| 
     11 
     12== Server options == 
     13||= Option        =||||||||= Supported by =||= Description =|| 
     14||=               =||= roard =||= µRoarD =||= SavannahIce =||= rpld =||= =|| 
     15||=--daemon       =|| Yes     || Yes      || No            || Yes    || Bring the server into background after init || 
     16||=--location     =|| Yes     || No       || No            || Yes    || Set lion readable location of server        || 
     17||=--description  =|| Yes     || No       || No            || Yes    || Set lion readable description of server     || 
     18||=--contact      =|| Yes     || No       || No            || Yes    || Set contact for this server                 || 
     19||=--serial       =|| Yes     || No       || No            || Yes    || Set serial for this device or server (for embedded devices only) || 
     20||=--uiurl        =|| Yes     || No       || No            || Yes    || Set URL for userinterface of this device or server (for embedded devices only) || 
     21||=--rate         =|| Yes     || Yes      || No            || No     || Set server rate     || 
     22||=--bits         =|| Yes     || No       || No            || No     || Set server bits     || 
     23||=--chans        =|| Yes     || Yes      || No            || No     || Set server channels || 
     24||=-o             =|| Yes     || No       || Yes           || No     || Set the driver      || 
     25||=-O             =|| Yes     || Yes      || Yes           || No     || Set the device      || 
     26||=-oO            =|| Yes     || No       || Yes           || No     || et output options   || 
     27||=-oN            =|| Yes     || No       || Yes           || No     || Adds another output || 
     28||=--list-driver  =|| Yes     || No       || Yes           || No     || List all drivers (default driver: (autodetect)) 
     29||=-s             =|| Yes     || No       || No            || No     || Use DRV as input driver   || 
     30||=-S             =|| Yes     || Yes      || No            || No     || Use DEV as input device   || 
     31||=-sO            =|| Yes     || No       || No            || No     || Use OPTS as input options || 
     32||=-sN            =|| Yes     || No       || No            || No     || Adds another source       || 
     33||=--list-sources =|| Yes     || No       || No            || No     || List all sources          || 
     34||=--tcp          =|| Yes     || Yes      || Yes           || Yes    || Use TCP listen socket     || 
     35||=--unix         =|| Yes     || Yes      || Yes           || Yes    || Use UNIX Domain listen socket (default) 
     36||=--decnet       =|| Yes     || Yes      || Yes           || Yes    || use DECnet listen socket 
     37||=--port         =|| Yes     || Yes      || Yes           || Yes    || TCP Port to bind to 
     38||=--bind         =|| Yes     || Yes      || Yes           || Yes    || IP/Hostname to bind to 
     39||=--proto        =|| Yes     || No       || Yes           || Yes    || Use PROTO as protocol on Socket 
     40||=--list-proto   =|| Yes     || No       || No            || No     || List supported protocols 
     41||=--new-sock     =|| Yes     || No       || Yes           || Yes    || Parameters for new socket follow 
     42||=--slp          =|| Yes     || No       || No            || Yes    || Enable OpenSLP support 
     43||=--x11          =|| Yes     || No       || No            || No     || Enable X11 support 
     44||=--no-listen    =|| Yes     || Yes      || Yes           || Yes    || Do not listen for new clients 
     45||=--client-fh    =|| Yes     || Yes      || Yes           || Yes    || Comunicate with a client over this handle 
     46||=--close-fh     =|| Yes     || No       || Yes           || Yes    || Closes the given fh 
     47 
     48 
     49== Options of applications using libroar == 
     50||= Option =||= Supported by =||= Description =||