samg / timetrap

Simple command line timetracker
http://rubygems.org/gems/timetrap
Other
1.48k stars 116 forks source link

what is qs in the help output "-s, --start <date:qs>" #182

Closed ian-kelling closed 4 years ago

ian-kelling commented 4 years ago

As far as i can tell, its undocumented

samg commented 4 years ago

I believe it stands for quoted string in the CLI parsing library.

ian-kelling commented 4 years ago

Ok. So this works t in -a "%Q(10:00)". Fine, not really worth explaining in the docs. Anyone curious can find it here.