Skip to content

Commit

Permalink
Make oso params non optional
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Apr 15, 2024
1 parent 049653b commit 7b42acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ethernaut-oso/src/tasks/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require('../scopes/metrics')
'chain',
'Prints Open Source Observer onchain metrics for a project, including number of contracts, active users, gas usage, and more',
)
.addOptionalParam(
.addParam(
'project',
'The name or slug of the project',
undefined,
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-oso/src/tasks/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require('../scopes/metrics')
'code',
'Prints Open Source Observer code metrics for a project, including number of Github stars, commits, contributors, and more',
)
.addOptionalParam(
.addParam(
'project',
'The name or slug of the project',
undefined,
Expand Down

0 comments on commit 7b42acc

Please sign in to comment.