mirror of
https://github.com/clitor-is-protocol/kevacoin-cli.git
synced 2025-09-08 00:51:51 +00:00
use psr
This commit is contained in:
parent
93db059f3c
commit
2f381f9581
@ -17,7 +17,7 @@ export FS object to blockchain
|
|||||||
#### example
|
#### example
|
||||||
|
|
||||||
```
|
```
|
||||||
php cli/put.php processor filename [delay]
|
php src/put.php processor filename [delay]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### arguments
|
#### arguments
|
||||||
@ -37,7 +37,7 @@ similar to the [put](#put) logic but using namespace provided as the additional
|
|||||||
#### example
|
#### example
|
||||||
|
|
||||||
```
|
```
|
||||||
php cli/fix.php processor namespace filename [delay]
|
php src/fix.php processor namespace filename [delay]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### arguments
|
#### arguments
|
||||||
@ -60,7 +60,7 @@ import stored object from blockchain to FS location
|
|||||||
#### example
|
#### example
|
||||||
|
|
||||||
```
|
```
|
||||||
php cli/get.php processor namespace [filename]
|
php src/get.php processor namespace [filename]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### arguments
|
#### arguments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user