wduquette / tcl-quill

Build tool for Tcl/Tk projects
BSD 2-Clause "Simplified" License
10 stars 2 forks source link

Tool usage string convention #45

Closed wduquette closed 9 years ago

wduquette commented 9 years ago

In tool usage strings, put argument names in angle brackets, to distinguish them from literals, e.g.,

quill new <treeType> <project> ?<arg>....?
wduquette commented 9 years ago

By inspection, this is already the case.