We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb9696 commit 26a6177Copy full SHA for 26a6177
random_csv.rb
@@ -20,9 +20,12 @@ def generate_output
20
puts ''
21
puts 'Example:'
22
puts "ruby random_csv.rb #{Date.today.year} 'en' 'Hotline' 10 20\n\n"
23
+ puts "To generate a file use the > operator\n\n"
24
+ puts 'Example:'
25
+ puts "ruby random_csv.rb #{Date.today.year} 'en' 'Hotline' 10 20 > 'output_files/Hotline-#{Date.today.year}.csv' \n\n"
26
exit
27
end
-
28
+
29
OutputGenerator.new(
30
region: region,
31
start_date: start_date,
0 commit comments