pydoit / doit

CLI task management & automation tool
http://pydoit.org
MIT License
1.84k stars 175 forks source link

Correct title.py #438

Closed gabalafou closed 1 year ago

gabalafou commented 2 years ago

As far as I can tell, doc/samples/title.py is only used on the tasks doc page.

The expected output of title.py, as specified on the tasks page, is:

$ doit
.  executing... Cmd: echo abc efg

However, the actual output (before my proposed change) is:

doit                        
.  executing... custom_display
schettino72 commented 1 year ago

merged. thanks.