past_yer_eyes 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/past_yer_eyes/cli.rb +5 -0
- data/lib/past_yer_eyes/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82c53299e1f9ce0cc64a2e0504058ba41a8bc932
|
4
|
+
data.tar.gz: 7be1dfc87e19ef94a95ab6674698842ad9f95f9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68fb7a0153e541f33093e484abcd90fe54c1a1f81d6842e41454cd44328abc489c76f81b6b1856c07baeac2fec84f3c9a2749361cb98826835739d887eea6400
|
7
|
+
data.tar.gz: 20adee7b844dc9dfadf256b2d62736910348b0f3ccc02c57cbe76d1087ff491280e773fde143284df951dd3f5a242dfb01eeee46b45e5319ebb3c8246dcf5095
|
data/lib/past_yer_eyes/cli.rb
CHANGED
@@ -4,6 +4,11 @@ module PastYerEyes
|
|
4
4
|
class CLI < Thor
|
5
5
|
desc "parse_logs", "Parse Batch Reports and create a Google sheet"
|
6
6
|
long_desc <<-DESC
|
7
|
+
past_yer_eyes OPTIONS:
|
8
|
+
|
9
|
+
-l, --log_file=PASTEURIZATION_LOG_FILE, :default => "pasteurization.json"
|
10
|
+
-s, --sheet_name=SPREADSHEET_NAME, :default => "Pasteurization Batches CURRENT_TIME"
|
11
|
+
-e, --session=SESSION_FILE, :default => "session.json"
|
7
12
|
DESC
|
8
13
|
|
9
14
|
option :log_name, :type => :string, :default => "./pasteurization.json", :aliases => "-l"
|