-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Revolutionary tool! Hope this gets included in many distros, because distributing the pure-bash version made with --argc-build
would be less satisfying.
Right now, tstargc -h
is displaying:
tstargc 0.1.0
pepa65
Test app for Rust argc
USAGE: tstargc
It would be much nicer (in my opinion) to have:
tstargc 0.1.0 (pepa65) - Test app for Rust argc
USAGE: tstargc
Or when not using the @meta author
tag, just tstargc 0.1.0 - Test app for Rust argc
. Perhaps a format string would accommodate various tastes, like:
@meta helpheader @name @version (by @author)\nDescription: @describe
producing:
tstargc 0.1.0 (by pepa65)
Description: Test app for Rust argc
Metadata
Metadata
Assignees
Labels
No labels