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
Add --blocks flag
'fina add foo --blocks bar' results in tasks matching 'bar' to be
blocked on the new task 'foo'.
It's too difficult to implement this for the modify subcommand at
the moment. main.rs seriously needs refactoring.