pydoit / doit

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

command `info` display actions as `tools.titlw_with_actions` #335

Open xwk opened 4 years ago

xwk commented 4 years ago

The action of my task is a shell command string, which itself is dynamically created by python expression. It will be handy for troubleshooting if there is a command line option to see the actual command.

See discussion at https://stackoverflow.com/q/58987849/825860

Fund with Polar