adding verbosity..
This commit is contained in:
@@ -11,14 +11,15 @@ __version__ = "0.2"
|
||||
''' Rules modified from mistune project '''
|
||||
|
||||
def setup_options():
|
||||
bc=ansi.code()
|
||||
''' Create command line options '''
|
||||
usage='''
|
||||
Markdown syntax color in ansi codes.
|
||||
Special syntaxes:
|
||||
* Colors: insert string ${C}, where C is one of KRGBYMCWkrgbymcwSUZ
|
||||
* Any ANSI control code: ${3A}, ${1;34;42m}, etc..
|
||||
Colors: insert string ${C}, where C is one of %s.
|
||||
Any ANSI control code: ${3A}, ${1;34;42m}, etc..
|
||||
|
||||
'''
|
||||
'''%(" ".join(bc.get_keys()))
|
||||
|
||||
parser=ArgumentParser(description=usage,
|
||||
epilog=__author__)
|
||||
|
||||
Reference in New Issue
Block a user