Skip to content

Commit

Permalink
Bold the URL for tasks output (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaishavGandhi committed Mar 30, 2020
1 parent 9af01ea commit 40d2f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub fn render_tasks(tasks: &[Maniphest], config: &FabConfig) {
.add_attribute(Attribute::Bold),
Cell::new(&task.fields.name),
Cell::new(&task.get_task_url(config))
.add_attribute(Attribute::Bold)
]);
}

Expand Down

0 comments on commit 40d2f7c

Please sign in to comment.