* `0x` will be recognized as "Integer literals" in windows pwsh, so we need a more cross-platform way * https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_numeric_literals?view=powershell-7.2 ### :scroll: Example code ```bash #pwsh PS > 0x 0 PS > npx 0x 0x 5.4.1 0x [flags] -- node [nodeFlags] script.js [scriptFlags] #cmd PS C:\Users\IITII> cmd Microsoft Windows [版本 10.0.19044.2006] (c) Microsoft Corporation。保留所有权利。 CMD > 0x 0x 5.4.1 0x [flags] -- node [nodeFlags] script.js [scriptFlags] ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by IITII and has received 1 comments.