Skip to content

Commit

Permalink
Print description
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Feb 22, 2024
1 parent 13f74aa commit e5c6cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/class_pattern.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ print.tar_pattern <- function(x, ...) {
cat(
"<tar_pattern>",
"\n name:", target_get_name(x),
"\n description:", x$settings$description,
"\n command:\n ",
produce_lines(string_sub_expression(x$command$string)),
"\n pattern:\n ",
Expand Down
1 change: 1 addition & 0 deletions R/class_stem.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ print.tar_stem <- function(x, ...) {
cat(
"<tar_stem>",
"\n name:", target_get_name(x),
"\n description:", x$settings$description,
"\n command:\n ",
produce_lines(string_sub_expression(x$command$string)),
"\n format:", x$settings$format,
Expand Down

0 comments on commit e5c6cc3

Please sign in to comment.