doc: readme
This commit is contained in:
parent
8229600307
commit
892701daeb
20
_dist/README.txt
Normal file
20
_dist/README.txt
Normal file
@ -0,0 +1,20 @@
|
||||
A web-based interface for arbitrary command-line tools.
|
||||
|
||||
Configure the possible options for your command (e.g. optional flags, custom arguments) and remotely invoke the tool via a web interface. The web interface displays stdout/stderr of recent tasks.
|
||||
|
||||
=USAGE=
|
||||
|
||||
`Usage of ./webcmd:
|
||||
-config string
|
||||
Path to configuration file (default "webcmd.conf")
|
||||
-version
|
||||
Display version number and exit`
|
||||
|
||||
=CONFIGURATION=
|
||||
|
||||
See the included `webcmd.conf-sample` file for an example configuration implementing a Looking Glass server over the top of `/bin/ping`.
|
||||
|
||||
=CHANGELOG=
|
||||
|
||||
2017-03-25 1.0.0
|
||||
- Initial public release
|
Loading…
Reference in New Issue
Block a user