DagsHub / fds

Fast Data Science, AKA fds, is a CLI for Data Scientists to version control data and code at once, by conveniently wrapping git and dvc
http://fastds.io
MIT License
382 stars 22 forks source link

Support multiple paths in fds add #64

Closed guysmoilov closed 3 years ago

guysmoilov commented 3 years ago

Same syntax is expected as in git add:
fds add path1 path2 path3

Right now, only 1 path argument is supported.