mirror of
				https://github.com/vmstan/gravity-sync.git
				synced 2025-11-03 17:17:03 -05:00 
			
		
		
		
	show info
This commit is contained in:
		
							parent
							
								
									46026855a5
								
							
						
					
					
						commit
						4e664ac56d
					
				@ -75,6 +75,11 @@ function show_version {
 | 
			
		||||
	echo -e "========================================================"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function show_info() {
 | 
			
		||||
	echo -e "========================================================"
 | 
			
		||||
	echo -e "========================================================"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
## Devmode Task
 | 
			
		||||
function task_devmode {
 | 
			
		||||
	TASKTYPE='DEV'
 | 
			
		||||
@ -148,9 +153,12 @@ function task_version {
 | 
			
		||||
 | 
			
		||||
## Info Task
 | 
			
		||||
 | 
			
		||||
function task_info {
 | 
			
		||||
function task_info() {
 | 
			
		||||
	TASKTYPE='INFO'
 | 
			
		||||
	MESSAGE="${MESSAGE}: ${TASKTYPE} Requested"
 | 
			
		||||
	echo_good
 | 
			
		||||
	
 | 
			
		||||
	show_info
 | 
			
		||||
	
 | 
			
		||||
	exit_nochange
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user