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
The readme.md claims that better-files implement a unix-like dsl for file operations. However the current API is not consistent with unix conventions. E.g. when doing
cp(fileA, fileB)
cp should follow unix conventions in case fileB is a directory, which is to copy a fileA into fileB.
Similar for mv.
The text was updated successfully, but these errors were encountered:
The readme.md claims that better-files implement a unix-like dsl for file operations. However the current API is not consistent with unix conventions. E.g. when doing
cp
should follow unix conventions in case fileB is a directory, which is to copy a fileA into fileB.Similar for
mv
.The text was updated successfully, but these errors were encountered: