Tracking Issue for expose force_quotes in CommandExt on Win32 #82227
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-windows
Operating system: Windows
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(windows_process_extensions_force_quotes)]
This is a tracking issue for expose force_quotes in CommandExt on Win32
Forces all arguments to be wrapped in quote (
"
) characters.This is useful for passing arguments to MSYS2/Cygwin based
executables: these programs will expand unquoted arguments containing
wildcard characters (
?
and*
) by searching for any file pathsmatching the wildcard pattern.
Adding quotes has no effect when passing arguments to programs
that use msvcrt. This includes programs built with both
MinGW and MSVC.
Public API
Steps / History
Unresolved Questions
The text was updated successfully, but these errors were encountered: