diff --git a/index.html b/index.html index 7cd7902..05831a0 100644 --- a/index.html +++ b/index.html @@ -218,7 +218,7 @@
@@ -274,6 +274,7 @@
Removed work_only
argument from file_outline()
, use pattern = "WORK"
to acheive the same result.
In proj_outline()
, proj
has been renamed path
, but still accepts a project name, that will passed on to proj_list()
Removed dir_common
from file_outline()
(#35)
file_outline()
result is now a simpler data frame. The cli links are now created in the print method. (which makes more sense for truncation)