tbabej / vit

Placeholder to demostrate issue porting for VIT.
0 stars 0 forks source link

[VT-66] Alternate base 'task' command in vit #66

Closed tbabej closed 6 years ago

tbabej commented 6 years ago

Ben Boeckel on 2012-11-26T20:20:16Z says:

It should be possible to pass additional arguments to invocations of task from vit (e.g., pro:XXX to only operate on project XXX tasks).

tbabej commented 6 years ago

Migrated metadata:

Created: 2012-11-26T20:20:16Z
Modified: 2014-02-09T02:23:41Z
tbabej commented 6 years ago

steve rader on 2012-11-26T22:03:47Z says:

Agreed.

More details later.

tbabej commented 6 years ago

steve rader on 2012-11-28T19:03:27Z says:

All reports are now available by any one of three ways:

1) type ":REPORTNAME", and hit enter

2) type ":" and to cycle through all known reports to the one you want, and hit enter.

3) type ":STR" and to cycle through reports starting with STR, and hit enter.

In other words, Vit supports navigation to reports using "tab completion" more or less like using Vi/Vim.

tbabej commented 6 years ago

Ben Boeckel on 2012-11-28T22:28:44Z says:

It doesn't seem to be working here. I just get "REPORTNAME: command not found".

tbabej commented 6 years ago

steve rader on 2012-11-28T22:42:50Z says:

Ben Boeckel wrote:

It doesn't seem to be working here. I just get "REPORTNAME: command not found".

"REPORTNAME" needs to be some valid report name, not "REPORTNAME" verbatim. Try ":list" then Does that work??

I suppose the error msg should be "REPORTNAME: no such report or command not found" huh. :)