Method: Nsrr.help

Defined in:
lib/nsrr.rb

.help(_) ⇒ Object



34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# File 'lib/nsrr.rb', line 34

def self.help(_)
  puts "\nUsage: nsrr COMMAND [ARGS]\n\nThe most common nsrr commands are:\n[c]onsole         Load an interactive console to access\n                  and download datasets and files\n[d]ownload        Download all or some files in a DATASET\n[u]pdate          Update the nsrr gem\n[v]ersion         Returns the version of nsrr gem\n\nCommands can be referenced by the first letter:\nEx: `nsrr v`, for version\n\n"
  puts "Read more on the download command here:"
  puts "  " + "https://github.com/nsrr/nsrr-gem".bg_gray.blue.underline
  puts "\n"
end