-b
directory
, --blogdir
directory
Allows you to specify a directory
in which the BlazeBlogger repository is placed. The default option is a current working directory.
-E
editor
, --editor
editor
Allows you to specify an external text editor
. When supplied, this option overrides the relevant configuration option.
-t
title
, --title
title
Allows you to specify the title
of a blog post or page.
-a
author
, --author
author
Allows you to specify the author
of a blog post or page.
-d
date
, --date
date
Allows you to specify the date
of publishing of a blog post or page.
-k
keywords
, --keywords
keywords
Allows you to specify a comma-separated list of keywords
attached to a blog post or page.
-T
tags
, --tags
tags
Allows you to supply a comma-separated list of tags
attached to a blog post.
-u
url
, --url
url
Allows you to specify the url
of a blog post or page. Allowed characters are letters, numbers, hyphens, and underscores.
-p
, --page
, --pages
Tells blaze-add
to add a page or pages.
-P
, --post
, --posts
Tells blaze-add
to add a blog post or blog posts. This is the default option.
-C
, --no-processor
Disables processing a blog post or page with an external application. For example, if you use Markdown to convert the lightweight markup language to the valid HTML output, this will enable you to write this particular post in plain HTML directly.
-q
, --quiet
Disables displaying of unnecessary messages.
-V
, --verbose
Enables displaying of all messages. This is the default option.
-h
, --help
Displays usage information and exits.
-v
, --version
Displays version information and exits.