Skip to content

Commit

Permalink
chore(cli): Remove outdated TODO now that version is configured by pu…
Browse files Browse the repository at this point in the history
…blish hooks
  • Loading branch information
nellh committed Sep 5, 2024
1 parent 91f0b2f commit c8bf8fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const openneuroCommand = new Command()
.description(
"OpenNeuro command line tools for uploading, downloading, or syncing datasets. See https://docs.openneuro.org for detailed guides.",
)
// TODO - Sync this with the node packages
.version(denoJson.version)
.globalType("debugLevel", new EnumType(LogLevelNames))
.globalEnv("OPENNEURO_LOG=<type:debugLevel>", "Enable debug output.")
Expand Down

0 comments on commit c8bf8fe

Please sign in to comment.