mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:12:44 +00:00 
			
		
		
		
	 a5b9fb28c2
			
		
	
	
		a5b9fb28c2
		
	
	
	
	
		
			
			Most man pages don't have these, so removing them where they do exist makes things more consistent.
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			383 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			383 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| config
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```sh
 | |
| $ config [--remove] <domain> <group> [key] [value]
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Show or modify values in the configuration files through ConfigServer.
 | |
| 
 | |
| ## Options
 | |
| 
 | |
| * `-r`, `--remove`: Remove group or key
 | |
| 
 | |
| ## Arguments
 | |
| 
 | |
| * `domain`: Config domain
 | |
| * `group`: Group name
 | |
| * `key`: Key name
 | |
| * `value`: Value to write
 | |
| 
 | |
| <!-- Auto-generated through ArgsParser -->
 |