mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-10-31 14:02:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #autoload
 | |
| # SPDX-License-Identifier: LGPL-2.1+
 | |
| 
 | |
| local -a _output_opts
 | |
| _output_opts=(short short-full short-iso short-iso-precise short-precise short-monotonic short-unix verbose export json json-pretty json-sse json-seq cat with-unit)
 | |
| _describe -t output 'output mode' _output_opts || compadd "$@"
 | 
