mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-10-31 00:23:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #autoload
 | |
| 
 | |
| local -a _output_opts
 | |
| _output_opts=(short short-full short-iso short-precise short-monotonic short-unix verbose export json json-pretty json-sse cat)
 | |
| _describe -t output 'output mode' _output_opts || compadd "$@"
 | 
