gmash gist prepare
Usage
gmash gist prepare [-t [titleFile] | -n [name]] [-r [readmeFile]] [-d [description]] [--no-readme] [--no-title] [-p(--public)]
Brief
Sets up an empty gist with a ‘title.md’ and ‘readme.md’ file.
Params:
-t --title <titleFile>
File to upload as the ‘title.md’. Generates a default if not set.
-n --name <gistName>
Title for the gist. Will set the name of the title file to ‘[title].md’. Otherwise, –title file name.
-r --readme <readmeFile>
File to upload as the ‘README.md’. Generates a default if not set.
-d --desc <gistDescription>
Description for the new gist.
Flags:
-N --no-readme
Dont generate or add a ‘readme.md’ file.
-T --no-title
Dont add a ‘title.md’ file. Implicitly disables ‘readme.md’ file. Creates an empty gist.
-P --public
Create a public gist. Default is secret.
Display:
-h --help
Display gmash, command or subcommand help. Use -h or –help.
-v --version [v0-0-0]
Display subcommand version.