module Grab

Overview

TODO Write documentation for Grab

Defined in:

grab.cr
grab/download.cr
grab/network.cr

Constant Summary

VERSION = "0.10.0"

Class Method Summary

Class Method Detail

def self.fail_with_help(msg : String) #

Prints usage error in the program arguments and terminates the program.


[View source]
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.


[View source]