After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 543783 - chronojump_mini output file and params
chronojump_mini output file and params
Status: RESOLVED FIXED
Product: chronojump
Classification: Other
Component: chronojump
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Xavier de Blas
Xavier de Blas
Depends on:
Blocks: 543785
 
 
Reported: 2008-07-19 22:11 UTC by Xavier de Blas
Modified: 2008-07-23 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2008-07-19 22:11:02 UTC
Add an option to output a csv file

Two possible params: port, outputfile.

If called without them, ask the user each param

maybe full call can be (linux and windows)

chronojump_mini.sh -p /dev/ttyUSB0 -o myFile.csv
chronojump_mini.bat -p /dev/ttyUSB0 -o myFile.csv

check always if output file exists and ask for rewrite
Comment 1 Xavier de Blas 2008-07-22 14:30:49 UTC
pending to pass parameters from .bat to .prg
Comment 2 Xavier de Blas 2008-07-23 12:35:43 UTC
done, on windows without params. User will be asked everytime for port and output file