X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cli%2Fsurfer.js;h=fbc95b6f8f962d228562d8860250132bb071ab0c;hb=591ad40c9613c91069047ca0781a4b38fd2a8a1b;hp=d906d6237ed5399c145d6ccdd2015b51eb7e3675;hpb=8c3ae0719e1f7d266ee04d86e7e1c3756745d372;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/cli/surfer.js b/cli/surfer.js index d906d62..fbc95b6 100755 --- a/cli/surfer.js +++ b/cli/surfer.js @@ -15,6 +15,7 @@ program.command('login') .action(actions.login); program.command('put [files...]') + .option('-d --destination ', 'Destination folder. This is prepended to the relative path') .description('Put a file') .action(actions.put);