11 lines
145 B
Nim
11 lines
145 B
Nim
const TOCLERBE_VERSION* = "0.1.0"
|
|
|
|
const USAGE* = """
|
|
Usage:
|
|
toclerbe <urlFile> [options]
|
|
|
|
Options:
|
|
|
|
--debug Enable debug logging.
|
|
"""
|