drossellog-generate-daily-reports.rb

Path: drossellog-generate-daily-reports.rb
Last Update: Mon Jul 23 14:48:06 +0200 2007
dot/f_0.png

This part of Drossellog generates the daily reports #

Required files

getoptlong   rake   yaml   fileutils   xhochy/drossellog/dailyreport.rb  

Methods

usage  

Public Instance methods

Explain to the user how to use Drossellog

[Source]

    # File drossellog-generate-daily-reports.rb, line 15
15: def usage
16:   puts '--help, -h                 Display this help'
17:   puts '--file, -f <file>          The name of the file from which we take the data'
18:   puts '--outdir, -o <dir>         The directory where the report could be stored'
19:   puts '--indir, -i <dir>         The directory where the data could be found'
20:   exit
21: end

[Validate]