X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cli%2Fsurfer.js;h=8920641896cafd986fb0e1880ee72e50154f091e;hb=cc6510cf142f7ca9994a3e0ce37724a5884729fb;hp=ad37917d3eb74793c3be1016a63e6aece89cdf30;hpb=7bb99aff6337ee30a74a71f587c9a58eb5d24cb3;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/cli/surfer.js b/cli/surfer.js index ad37917..8920641 100755 --- a/cli/surfer.js +++ b/cli/surfer.js @@ -16,6 +16,7 @@ program.command('login ') program.command('put [files...]') .option('-d --destination ', 'Destination folder. This is prepended to the relative path') + .option('-a --all', 'Also include hidden files and folders.', false) .description('Put a file') .action(actions.put);