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

docs: missing CLI help text #215

Merged
merged 1 commit into from
Jul 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: missing CLI help text
  • Loading branch information
nandordudas committed Jul 13, 2024
commit f941c7a008bc8239ca0714f86f7cee748970fe4c
1 change: 1 addition & 0 deletions src/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export async function run(fn: Runner, args: string[], options: DetectOptions = {
console.log(`nci ${dash} clean install`)
console.log(`na ${dash} agent alias`)
console.log(`ni -v ${dash} show used agent`)
console.log(`ni -i ${dash} interactive package management`)
console.log(c.yellow('\ncheck https://github.com/antfu/ni for more documentation.'))
return
}
Expand Down