Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Dec 23, 2024
1 parent 77376b7 commit f121ac1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions solarkraft/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,12 @@ const accountsCmd = {
command: ['accounts'],
desc: 'construct an accounts mapping, needed for input generation',
builder: (yargs: any) =>
defaultOpts(yargs)
.option('out', {
desc: 'The name of the file to output the accounts mapping to',
type: 'string',
require: false,
default: 'accounts.json',
}),
defaultOpts(yargs).option('out', {
desc: 'The name of the file to output the accounts mapping to',
type: 'string',
require: false,
default: 'accounts.json',
}),
handler: extractAccounts,
}

Expand Down

0 comments on commit f121ac1

Please sign in to comment.