Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Short option for -d reads directory by name of given number #12

Open
aarongodin opened this issue Nov 7, 2023 · 0 comments
Open

Short option for -d reads directory by name of given number #12

aarongodin opened this issue Nov 7, 2023 · 0 comments

Comments

@aarongodin
Copy link

Checked out this project just now, and after playing around with the options I had the following experience:

$ alder --depth 2

 .
 ├── appearance
 │   └── start
 ├── colors
 │   └── start
 ├── editing
 │   └── start
 ├── lang
 │   └── start
 └── project
     └── start
10 directories, 0 files (0 B)
$  alder -d 2
node:internal/fs/utils:347
    throw err;
    ^

Error: ENOENT: no such file or directory, scandir '/Users/agodin/.vim/pack/2'
    at Object.readdirSync (node:fs:1451:3)
    at buildTree (/Users/agodin/.nvm/versions/node/v18.14.2/lib/node_modules/@aweary/alder/alder.js:125:20)
    at Object.<anonymous> (/Users/agodin/.nvm/versions/node/v18.14.2/lib/node_modules/@aweary/alder/alder.js:193:1)
    at Module._compile (node:internal/modules/cjs/loader:1254:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
    at Module.load (node:internal/modules/cjs/loader:1117:32)
    at Module._load (node:internal/modules/cjs/loader:958:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:23:47 {
  errno: -2,
  syscall: 'scandir',
  code: 'ENOENT',
  path: '/Users/agodin/.vim/pack/2'
}

Node.js v18.14.2

It looks like the usage of -d is setting 2 as the argument for which directory to use as the cwd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant