@@ -20,7 +20,7 @@ $ npm install -g ketool
20
20
$ ketool COMMAND
21
21
running command...
22
22
$ ketool (--version)
23
- ketool/0.0.0 linux-x64 node-v20.18.0
23
+ ketool/0.1.1 linux-x64 node-v20.18.0
24
24
$ ketool --help [COMMAND]
25
25
USAGE
26
26
$ ketool COMMAND
@@ -61,7 +61,7 @@ Create the directories, if they do not already exist.
61
61
62
62
```
63
63
USAGE
64
- $ ketool mkdir DIRECTORY... [-u <value>] [-t <value>] [-k ] [-c <value>] [-p] [-v]
64
+ $ ketool mkdir DIRECTORY... [-u <value>] [-k] [- t <value>] [-c <value>] [-p] [-v]
65
65
66
66
ARGUMENTS
67
67
DIRECTORY... path of the directory to be created
@@ -81,15 +81,15 @@ EXAMPLES
81
81
$ ketool mkdir
82
82
```
83
83
84
- _ See code: [ src/commands/mkdir.ts] ( https://github.com/fixpoint/ketool/blob/v0.0.0 /src/commands/mkdir.ts ) _
84
+ _ See code: [ src/commands/mkdir.ts] ( https://github.com/fixpoint/ketool/blob/v0.1.1 /src/commands/mkdir.ts ) _
85
85
86
86
## ` ketool put SOURCE `
87
87
88
88
put files or directories to Kompira server
89
89
90
90
```
91
91
USAGE
92
- $ ketool put SOURCE... [-u <value>] [-t <value>] [-k] [-d <value>] [-c <value>] [-r ] [-o ] [-v]
92
+ $ ketool put SOURCE... [-u <value>] [-k] [- t <value>] [-c <value>] [-d <value>] [-o ] [-r ] [-v]
93
93
94
94
ARGUMENTS
95
95
SOURCE... source file or directory
@@ -111,15 +111,15 @@ EXAMPLES
111
111
$ ketool put
112
112
```
113
113
114
- _ See code: [ src/commands/put.ts] ( https://github.com/fixpoint/ketool/blob/v0.0.0 /src/commands/put.ts ) _
114
+ _ See code: [ src/commands/put.ts] ( https://github.com/fixpoint/ketool/blob/v0.1.1 /src/commands/put.ts ) _
115
115
116
116
## ` ketool rm OBJECT `
117
117
118
118
Remove the directories, if they are empty.
119
119
120
120
```
121
121
USAGE
122
- $ ketool rm OBJECT... [-u <value>] [-t <value>] [-k ] [-c <value>] [-f] [-r] [-v]
122
+ $ ketool rm OBJECT... [-u <value>] [-k] [- t <value>] [-c <value>] [-f] [-r] [-v]
123
123
124
124
ARGUMENTS
125
125
OBJECT... path of the object to be removed
@@ -140,15 +140,15 @@ EXAMPLES
140
140
$ ketool rm
141
141
```
142
142
143
- _ See code: [ src/commands/rm.ts] ( https://github.com/fixpoint/ketool/blob/v0.0.0 /src/commands/rm.ts ) _
143
+ _ See code: [ src/commands/rm.ts] ( https://github.com/fixpoint/ketool/blob/v0.1.1 /src/commands/rm.ts ) _
144
144
145
145
## ` ketool rmdir DIRECTORY `
146
146
147
147
Remove the directories, if they are empty.
148
148
149
149
```
150
150
USAGE
151
- $ ketool rmdir DIRECTORY... [-u <value>] [-t <value>] [-k ] [-c <value>] [-p] [-v]
151
+ $ ketool rmdir DIRECTORY... [-u <value>] [-k] [- t <value>] [-c <value>] [-p] [-v]
152
152
153
153
ARGUMENTS
154
154
DIRECTORY... path of the directory to be removed
@@ -168,5 +168,5 @@ EXAMPLES
168
168
$ ketool rmdir
169
169
```
170
170
171
- _ See code: [ src/commands/rmdir.ts] ( https://github.com/fixpoint/ketool/blob/v0.0.0 /src/commands/rmdir.ts ) _
171
+ _ See code: [ src/commands/rmdir.ts] ( https://github.com/fixpoint/ketool/blob/v0.1.1 /src/commands/rmdir.ts ) _
172
172
<!-- commandsstop -->
0 commit comments