mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-07-14 15:41:09 +03:00
Added command-line options for player ships and status
parent
5cc2d92c38
commit
613d395c88
@ -22,8 +22,8 @@ Linux:
|
|||||||
Command-line
|
Command-line
|
||||||
--------
|
--------
|
||||||
|
|
||||||
The command-line program `EDMC.py` writes the current system and station (if docked) to stdout and optionally
|
The command-line program `EDMC.py` writes the current system and station (if docked) to stdout and optionally writes player status, ship locations, ship loadout and/or station data to file.
|
||||||
writes ship loadout and/or station data to file. This program requires that the user has performed [setup](Installation & Setup) and verification through the app.
|
This program requires that the user has performed [setup](#setup) and verification through the app.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
||||||
@ -32,9 +32,11 @@ Arguments:
|
|||||||
-v, --version print program version and exit
|
-v, --version print program version and exit
|
||||||
-c FILE write ship loadout to FILE in Coriolis json format
|
-c FILE write ship loadout to FILE in Coriolis json format
|
||||||
-e FILE write ship loadout to FILE in E:D Shipyard format
|
-e FILE write ship loadout to FILE in E:D Shipyard format
|
||||||
|
-l FILE write ship locations to FILE in CSV format
|
||||||
-m FILE write station commodity market data to FILE in CSV format
|
-m FILE write station commodity market data to FILE in CSV format
|
||||||
-o FILE write station outfitting data to FILE in CSV format
|
-o FILE write station outfitting data to FILE in CSV format
|
||||||
-s FILE write station shipyard data to FILE in CSV format
|
-s FILE write station shipyard data to FILE in CSV format
|
||||||
|
-t FILE write player status to FILE in CSV format
|
||||||
```
|
```
|
||||||
|
|
||||||
The program returns one of the following exit codes. Further information may be written to stderr.
|
The program returns one of the following exit codes. Further information may be written to stderr.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user