eza-community/eza

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

オープン

#404 opened on 2023/09/21

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (439 件のフォーク)batch import
area: argumentsgood first issueos: windowstype: bug

Repository metrics

Stars
 (21,783 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド