You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example: td list --open --filter="type\!=epic" returns tasks that is not epic type but the --open flag is ignored. It should have same behaviour as: td list --filter="type\!=epic AND status=open"