Initial commit: initial implementation.
This commit is contained in:
22
src/pco_chordspkg/cliconstants.nim
Normal file
22
src/pco_chordspkg/cliconstants.nim
Normal file
@ -0,0 +1,22 @@
|
||||
const PCO_CHORDS_VERSION* = "0.1.0"
|
||||
|
||||
const USAGE* = """Usage:
|
||||
pco_chords [options]
|
||||
pco_chords help [options]
|
||||
|
||||
Options:
|
||||
|
||||
-i, --input <in-file> Read input from <in-file> (rather than from
|
||||
STDIN, which is the default).
|
||||
|
||||
-o, --output <out-file> Write output to <out-file> (rather than from
|
||||
STDOUT, which is the default).
|
||||
|
||||
--help Print this usage information
|
||||
--debug Enable debug logging.
|
||||
--echo-args Echo the input parameters.
|
||||
"""
|
||||
|
||||
const ONLINE_HELP* = """
|
||||
|
||||
"""
|
Reference in New Issue
Block a user