Skip to content

Commit

Permalink
docs: missing CLI help text (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandordudas authored Jul 13, 2024
1 parent 771c5f7 commit d1584cf
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit d1584cf

Please sign in to comment.