aboutsummaryrefslogtreecommitdiffhomepage
path: root/cli/surfer.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/surfer.js')
-rwxr-xr-xcli/surfer.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/surfer.js b/cli/surfer.js
index 46e5ba5..ef3ed91 100755
--- a/cli/surfer.js
+++ b/cli/surfer.js
@@ -11,6 +11,10 @@ program.command('login <url>')
11 .description('Login to server') 11 .description('Login to server')
12 .action(actions.login); 12 .action(actions.login);
13 13
14program.command('logout')
15 .description('Logout from server')
16 .action(actions.logout);
17
14program.command('put <file> [files...]') 18program.command('put <file> [files...]')
15 .option('-a --all', 'Also include hidden files and folders.', false) 19 .option('-a --all', 'Also include hidden files and folders.', false)
16 .description('Put a file, last argument is destination if provided') 20 .description('Put a file, last argument is destination if provided')