baptistemehat / forest

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

Harmonize forest task add and forest note add #40

Open baptistemehat opened 3 days ago

baptistemehat commented 3 days ago

As of now these two commands, which have similar APIs, have different argumernts that can lead to confusion:

forest task add <task-name>   # adds a task to current tree
forest note add <tree-name>   # adds a task to the specified tree, or the current one if not specified

I think these commands should share the same behaviour, ie. forest task add should take the tree name as the first positional argument, or forest note add takes a title as its first positional argument