]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - cli/surfer.js
Parse uri
[perso/Immae/Projets/Nodejs/Surfer.git] / cli / surfer.js
index d906d6237ed5399c145d6ccdd2015b51eb7e3675..fbc95b6f8f962d228562d8860250132bb071ab0c 100755 (executable)
@@ -15,6 +15,7 @@ program.command('login')
     .action(actions.login);
 
 program.command('put <file> [files...]')
+    .option('-d --destination <folder>', 'Destination folder. This is prepended to the relative <file> path')
     .description('Put a file')
     .action(actions.put);