mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 00:42:44 +00:00 
			
		
		
		
	 cbc89632b9
			
		
	
	
		cbc89632b9
		
	
	
	
	
		
			
			This adds the ability to hide certain options from certain help texts. `--complete` is always hidden, whereas `--help` and `--version` are hidden from Markdown help text only. Note that in all cases these three options are hidden from the short usage line.
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			682 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			682 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| UserspaceEmulator
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```sh
 | |
| $ UserspaceEmulator [--report-to-debug] [--pause] [--profile] [--profile-interval num_instructions] [--profile-file path] [--roi] <command...>
 | |
| ```
 | |
| 
 | |
| ## Options:
 | |
| 
 | |
| * `--report-to-debug`: Write reports to the debug log
 | |
| * `-p`, `--pause`: Pause on startup
 | |
| * `--profile`: Generate a ProfileViewer-compatible profile
 | |
| * `-i num_instructions`, `--profile-interval num_instructions`: Set the profile instruction capture interval, 128 by default
 | |
| * `--profile-file path`: File path for profile dump
 | |
| * `--roi`: Enable Region-of-Interest mode for profiling
 | |
| 
 | |
| ## Arguments:
 | |
| 
 | |
| * `command`: Command to emulate
 | |
| 
 | |
| <!-- Auto-generated through ArgsParser -->
 |