mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(man) add
This commit is contained in:
parent
046b4bde90
commit
685e9b1da5
2 changed files with 46 additions and 0 deletions
43
man/cloudcmd.1
Normal file
43
man/cloudcmd.1
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
.TH cloudcmd "1" "2015" "" ""
|
||||
|
||||
|
||||
.SH "NAME"
|
||||
cloudcmd \- orthodox web file manager.
|
||||
|
||||
.SH SYNOPSIS
|
||||
|
||||
|
||||
.B cloudcmd
|
||||
[
|
||||
.I options
|
||||
]
|
||||
|
||||
|
||||
.SH DESCRIPTION
|
||||
|
||||
Cloud Commander orthodox web file manager with console and editor.
|
||||
Will help you manage the server and work with files, folders and
|
||||
programs in browser from any computer, mobile or tablet device.
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
|
||||
h, --help display help and exit
|
||||
-v, --version display version and exit
|
||||
-s, --save save configuration
|
||||
-o, --online load scripts from remote servers
|
||||
-a, --auth enable authorization
|
||||
-u, --username set username
|
||||
-p, --password set password
|
||||
-c, --config configuration file path
|
||||
--root set root directory
|
||||
--port set port number
|
||||
--no-auth disable authorization
|
||||
--no-server do not start server
|
||||
--no-online load scripts from local server
|
||||
-v, --version print node's version
|
||||
|
||||
|
||||
.SH RESOURCES AND DOCUMENTATION
|
||||
|
||||
General help using Cloud Commander: <http://cloudcmd.io>
|
||||
|
|
@ -28,6 +28,9 @@
|
|||
"wisdom": "gulp release",
|
||||
"bower": "bower"
|
||||
},
|
||||
"directories": {
|
||||
"man": "man"
|
||||
},
|
||||
"subdomain": "cloudcmd",
|
||||
"dependencies": {
|
||||
"checkup": "~1.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue