We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This also happens if I try to just execute lineselect. But I'm expecting a help message to show like other commands like gh does
lineselect
gh
❯ lineselect --help fs.js:618 handleErrorFromBinding(ctx); ^ Error: EAGAIN: resource temporarily unavailable, read at Object.readSync (fs.js:618:3) at tryReadSync (fs.js:383:20) at Object.readFileSync (fs.js:420:19) at file:///Users/benji.lo/.nvm/versions/node/v14.21.1/lib/node_modules/lineselect/dist/cli.js:7:17 at <anonymous> (<anonymous>) { errno: -35, syscall: 'read', code: 'EAGAIN' }
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. Yes, you are probably right, we should add a help screen. PR welcome, otherwise I'll try to add it soon.
Sorry, something went wrong.
c4bd3c8
No branches or pull requests
This also happens if I try to just execute
lineselect
.But I'm expecting a help message to show like other commands like
gh
doesThe text was updated successfully, but these errors were encountered: