baptistemehat / forest

A terminal-based project manager
GNU General Public License v3.0
1 stars 0 forks source link

Provide promting and non-interactive modes for commands when applicable #15

Open baptistemehat opened 1 month ago

baptistemehat commented 1 month ago

For instance, to add a new task with a parent, provide both:

$ forest add "My new task" -p 45b666f9 -e

and

$ forest add
> Task name:   My new task
> Task description [y/n]:  y  (opens editor)
> Parent (hit enter to skip):   45b666f9