filecoin-project / starling

Demo storage client for archival video data
Other
51 stars 7 forks source link

Storage syntax error not handled #34

Closed finoradin closed 4 years ago

finoradin commented 4 years ago

If users use incorrect syntax (i.e. missing argument) for their storage command, Starling CLI spits out a mess of NodeJS errors that are not handled in a user friendly manner, and in testing were found to confuse users. These should be caught and handled in a clear and user friendly manner – i.e. "you didn't provide a path to the file you want to store" and so on