@@ -3,81 +3,79 @@ version: 0.5.1
33author : Sayan N. <ohsayan@outlook.com>
44about : The Skybase Database server
55args :
6- - config :
7- short : c
8- required : false
9- long : withconfig
10- value_name : cfgfile
11- help : Sets a configuration file to start sdb
12- takes_value : true
13- - restore :
14- short : r
15- required : false
16- long : restore
17- value_name : snapshotfile
18- help : Restores data from a previous snapshot
19- takes_value : true
20- - host :
21- short : h
22- required : false
23- long : host
24- value_name : host
25- help : Sets the host to which the server will bind
26- takes_value : true
27- - port :
28- short : p
29- required : false
30- long : port
31- value_name : port
32- help : Sets the port to which the server will bind
33- takes_value : true
34- - noart :
35- required : false
36- long : noart
37- help : Disables terminal artwork
38- takes_value : false
39- - nosave :
40- required : false
41- long : nosave
42- help : Disables automated background saving
43- takes_value : false
44- - saveduration :
45- required : false
46- long : saveduration
47- value_name : duration
48- short : S
49- takes_value : true
50- help : Set the BGSAVE duration
51- - snapevery :
52- required : false
53- long : snapevery
54- value_name : duration
55- help : Set the periodic snapshot duration
56- takes_value : true
57- - snapkeep :
58- required : false
59- long : snapkeep
60- value_name : count
61- help : Sets the number of most recent snapshots to keep
62- takes_value : true
63- - sslkey :
64- required : false
65- long : sslkey
66- short : k
67- value_name : key
68- help : Sets the PEM key file to use for SSL/TLS
69- takes_value : true
70- - sslchain :
71- required : false
72- long : sslchain
73- short : z
74- value_name : chain
75- help : Sets the PEM chain file to use for SSL/TLS
76- takes_value : true
77- - sslonly :
78- required : false
79- long : sslonly
80- takes_value : false
81- help : >-
82- Tells the server to only accept SSL connections and disables the non-SSL
83- port
6+ - config :
7+ short : c
8+ required : false
9+ long : withconfig
10+ value_name : cfgfile
11+ help : Sets a configuration file to start sdb
12+ takes_value : true
13+ - restore :
14+ short : r
15+ required : false
16+ long : restore
17+ value_name : snapshotfile
18+ help : Restores data from a previous snapshot
19+ takes_value : true
20+ - host :
21+ short : h
22+ required : false
23+ long : host
24+ value_name : host
25+ help : Sets the host to which the server will bind
26+ takes_value : true
27+ - port :
28+ short : p
29+ required : false
30+ long : port
31+ value_name : port
32+ help : Sets the port to which the server will bind
33+ takes_value : true
34+ - noart :
35+ required : false
36+ long : noart
37+ help : Disables terminal artwork
38+ takes_value : false
39+ - nosave :
40+ required : false
41+ long : nosave
42+ help : Disables automated background saving
43+ takes_value : false
44+ - saveduration :
45+ required : false
46+ long : saveduration
47+ value_name : duration
48+ short : S
49+ takes_value : true
50+ help : Set the BGSAVE duration
51+ - snapevery :
52+ required : false
53+ long : snapevery
54+ value_name : duration
55+ help : Set the periodic snapshot duration
56+ takes_value : true
57+ - snapkeep :
58+ required : false
59+ long : snapkeep
60+ value_name : count
61+ help : Sets the number of most recent snapshots to keep
62+ takes_value : true
63+ - sslkey :
64+ required : false
65+ long : sslkey
66+ short : k
67+ value_name : key
68+ help : Sets the PEM key file to use for SSL/TLS
69+ takes_value : true
70+ - sslchain :
71+ required : false
72+ long : sslchain
73+ short : z
74+ value_name : chain
75+ help : Sets the PEM chain file to use for SSL/TLS
76+ takes_value : true
77+ - sslonly :
78+ required : false
79+ long : sslonly
80+ takes_value : false
81+ help : Tells the server to only accept SSL connections and disables the non-SSL port
0 commit comments