Skip to content

Commit

Permalink
chore(cli): Add a docstring for the command line entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Sep 5, 2024
1 parent f35411f commit 91f0b2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Sentry.init({
})
import { commandLine } from "./src/options.ts"

/**
* Entrypoint for running OpenNeuro command line tools
*/
export async function main() {
await commandLine(Deno.args)
}
Expand Down

0 comments on commit 91f0b2f

Please sign in to comment.