hairizuanbinnoorazman / tasker

Create tasks from CLI and post it to task management platforms
1 stars 0 forks source link

Have tool specific commands to provide clarity as well as to provide specific tool options #2

Open hairizuanbinnoorazman opened 6 years ago

hairizuanbinnoorazman commented 6 years ago

Preview of CLI:

# List projects found in asana
tasker asana list
tasker github list

# List tasks within projects
tasker asana list --proj=12
tasker github list --proj=54

This is compared to current interface:

# List projects found in asana
tasker list --tool=asana
tasker list --tool=github

# List tasks within projects
tasker list --proj=12 --tool=asana
tasker list --proj=54 --tool=github

Some of the questions to ask ourselves before implementing this feature: