module Dontfile::Command

Defined in:

dontfile/commands.cr
dontfile/commands/read_page.cr
dontfile/commands/write_page.cr

Constant Summary

USAGE = "Usage: dontfile [command] [options]\n\nCommand:\n read outputs the content of a page\n write writes on a page\n help, --help, -h shows this help\n version, --version, -v shows version\n\nRun a command followed by --help to see command specific information. Ex:\n dontfile <command> --help"

Class Method Summary

Class Method Detail

def self.run(args = ARGV) #

[View source]