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
files: true
import { Input } from '@cliffy/prompt/input'; const result: string = await Input.prompt({ message: 'which directory?', files: true, default: '/some/path', });
link to sample
The text was updated successfully, but these errors were encountered:
fix: [draft/suggestions] re file:true issues c4spar#780 and c4spar#781
f4d7768
fix(internal): readDir check path isDirectory before Deno.readDir(pat…
e7a2c22
…h) (c4spar#781)
Successfully merging a pull request may close this issue.
files-issue.mov
link to sample
The text was updated successfully, but these errors were encountered: