feat: Add logging
This commit is contained in:
parent
e60a644968
commit
5c43d3a843
@ -22,6 +22,8 @@ handler::cp() {
|
|||||||
#
|
#
|
||||||
# Usage: handler::cp URI
|
# Usage: handler::cp URI
|
||||||
|
|
||||||
|
log "Run handler handler::cp() ..."
|
||||||
|
|
||||||
local uri
|
local uri
|
||||||
local dst_path
|
local dst_path
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ handler::tar() {
|
|||||||
#
|
#
|
||||||
# Usage: handler::tar URI
|
# Usage: handler::tar URI
|
||||||
|
|
||||||
|
log "Run handler handler::tar() ..."
|
||||||
|
|
||||||
local uri
|
local uri
|
||||||
local src_path
|
local src_path
|
||||||
local dst_path
|
local dst_path
|
||||||
|
Loading…
Reference in New Issue
Block a user