aboutsummaryrefslogtreecommitdiffhomepage
path: root/cli/surfer.js
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2015-11-30 15:59:23 +0100
committerJohannes Zellner <johannes@nebulon.de>2015-11-30 15:59:23 +0100
commitd53a1669766a1a77bda34ee52109bee9c8735bda (patch)
tree73d1a3f3b567b0de51f74b9277f666aee3f9ea94 /cli/surfer.js
parentde9b8cee3bcace729c59fca1cebea2d33fc64514 (diff)
downloadSurfer-d53a1669766a1a77bda34ee52109bee9c8735bda.tar.gz
Surfer-d53a1669766a1a77bda34ee52109bee9c8735bda.tar.zst
Surfer-d53a1669766a1a77bda34ee52109bee9c8735bda.zip
Do not include hidden folders by default
Diffstat (limited to 'cli/surfer.js')
-rwxr-xr-xcli/surfer.js1
1 files changed, 1 insertions, 0 deletions
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 <url>')
16 16
17program.command('put <file> [files...]') 17program.command('put <file> [files...]')
18 .option('-d --destination <folder>', 'Destination folder. This is prepended to the relative <file> path') 18 .option('-d --destination <folder>', 'Destination folder. This is prepended to the relative <file> path')
19 .option('-a --all', 'Also include hidden files and folders.', false)
19 .description('Put a file') 20 .description('Put a file')
20 .action(actions.put); 21 .action(actions.put);
21 22