Top Level Namespace
Defined Under Namespace
Modules: Dotstrap
Instance Method Summary collapse
Instance Method Details
#__repo_format_desc ⇒ Object
26 27 28 29 30 31 32 33 34 35 |
# File 'bin/dotstrap', line 26 def __repo_format_desc; " REPO is either:\n \\x5 - a GitHub repository clone URL\n \\x5 - a GitHub repository slug in the form: `username/repository`\n\n If REPO is a file: read a newline seperated list of repositories\n (in the form specified above)\n \\x5Lines starting with `#` are treated as comments and are ignored.\n DESC\nend\n" |