module Grab
Overview
TODO Write documentation for Grab
Defined in:
grab.crgrab/download.cr
grab/network.cr
Constant Summary
-
VERSION =
"0.10.0"
Class Method Summary
-
.fail_with_help(msg : String)
Prints usage error in the program arguments and terminates the program.
-
.main
This method is intended to be used for the CLI program.
Class Method Detail
def self.fail_with_help(msg : String)
#
Prints usage error in the program arguments and terminates the program.
def self.main
#
This method is intended to be used for the CLI program.
The reason is that by encapsulating it, tdiff can be required as a library,
and the main.cr
file actually calls this function.