added a new flag on tasks command
Usage:
- With pre-selected tasklist
gtasks tasks -l <tasklist title> subcommand
Example:
gtasks tasks -l "To watch" view
- Without pre-selected tasklist
gtasks tasks <subcommand>
Will show a prompt to select tasklist at runtime.
prettier printing in cli
fixes the issue with completed tasks being shown even when the --include-completed
flag was missing
Example:
gtasks tasks -l "To watch" view [--include-completed|-i]