From 613d395c88c90a13b0a5be5b834b2a85ef8cbfe3 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Wed, 25 Nov 2015 16:36:37 +0000 Subject: [PATCH] Added command-line options for player ships and status --- Running-from-source.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Running-from-source.md b/Running-from-source.md index 4bf905c..9821d23 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -22,8 +22,8 @@ Linux: Command-line -------- -The command-line program `EDMC.py` writes the current system and station (if docked) to stdout and optionally -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. +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. +This program requires that the user has performed [setup](#setup) and verification through the app. Arguments: @@ -32,9 +32,11 @@ Arguments: -v, --version print program version and exit -c FILE write ship loadout to FILE in Coriolis json 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 -o FILE write station outfitting 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.