1
1
mirror of https://github.com/reikkaps/spaceapicli.git synced 2025-04-06 11:26:27 +02:00

delete orphaned lines, added a list option

This commit is contained in:
Reik Kaps 2020-02-05 23:04:44 +01:00
parent 0c8c495350
commit f07234b6ea

View File

@ -16,16 +16,17 @@ the unix console or toolbars like polybar
## Usage ## Usage
usage: SpaceApiCli.py [-h] [-n NAME] [-v] [-w] usage: SpaceApiCli.py [-h] [-n NAME] [-l] [-v] [-w]
Show Space Status Show Space Status
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
-n NAME, --name NAME Name of Hackerspace -n NAME, --name NAME Name of Hackerspace
-v Show more Infos of Hackerspace -l, --list List all Hackspaces on Spaceapi
-w get homepage url -v, --verbose Show more Infos of Hackspace
-w, --web get homepage url
Defaults: without option -n it will get the state of the hackspace Defaults: without option -n it will get the state of the hackspace
LeineLab in Hannover, Germany <https://leinelab.org>. LeineLab in Hannover, Germany <https://leinelab.org>.