]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - cli/surfer.js
Do not include hidden folders by default
[perso/Immae/Projets/Nodejs/Surfer.git] / cli / surfer.js
index ad37917d3eb74793c3be1016a63e6aece89cdf30..8920641896cafd986fb0e1880ee72e50154f091e 100755 (executable)
@@ -16,6 +16,7 @@ program.command('login <url>')
 
 program.command('put <file> [files...]')
     .option('-d --destination <folder>', 'Destination folder. This is prepended to the relative <file> path')
+    .option('-a --all', 'Also include hidden files and folders.', false)
     .description('Put a file')
     .action(actions.put);