feat: Add logging
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user