mendelt / cmdr

Cmdr is a library for building line-oriented text-based user interfaces in Rust.
Apache License 2.0
15 stars 1 forks source link

help property on the cmdr attribute #35

Closed mendelt closed 5 years ago

mendelt commented 5 years ago

Just like the help property on the cmd attribute to let a user specify help text for commands there should be a help property on the cmdr attribute too that lets a user specify help text on a whole scope.