mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	modify -cmd command line style to /cmd
This commit is contained in:
		| @@ -181,7 +181,7 @@ void StartCmder(std::wstring path, bool is_single_mode, std::wstring taskName = | ||||
| 	} | ||||
|  | ||||
| 	if (!taskName.empty()) { | ||||
| 		swprintf_s(args, L"%s -run {%s}", args, taskName.c_str()); | ||||
| 		swprintf_s(args, L"%s /run {%s}", args, taskName.c_str()); | ||||
| 	} | ||||
|  | ||||
| 	SetEnvironmentVariable(L"CMDER_ROOT", exeDir); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user