eza-community/eza

bug: Windows OS error 123 when passing a path spec with long file names to eza in PowerShell

开放

#404 创建于 2023年9月21日

 (5 条评论) (0 个反应) (0 位负责人)Rust (439 个派生)batch import
area: argumentsgood first issueos: windowstype: bug

仓库指标

星标
 (21,783 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

  • The version of eza being used (eza --version) v0.13.0 and main
  • The command-line arguments you are using .\eza\target\debug\eza.exe 'C:\Program Files\'
  • Your operating system and hardware platform Windows 11

Running the above command gives "C:\\Program Files\"": The filename, directory name, or volume label syntax is incorrect. (os error 123)

Running .\eza\target\debug\eza.exe 'C:\Progra~1' works

贡献者指南