Skip to content

Commit

Permalink
chore: fix lint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
diwakergupta committed Dec 17, 2023
1 parent 64f82ba commit 8559fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/src/argparse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const CLI_ARGS = {
' Press Ctrl+C to exit\n' +
' Authentication server started on 8888\n' +
'```\n',
group: 'Authentication',
group: 'Authentication',
},
balance: {
type: 'array',
Expand Down Expand Up @@ -252,7 +252,7 @@ export const CLI_ARGS = {
' "STACKS": "123456"\n' +
' }' +
'```\n',
group: 'Account Management',
group: 'Account Management',
},
can_stack: {
type: 'array',
Expand Down Expand Up @@ -522,7 +522,7 @@ export const CLI_ARGS = {
' $ stx decrypt_keychain "bfMDtOucUGcJXjZo6vkrZWgEzue9fzPsZ7A6Pl4LQuxLI1xsVF0VPgBkMsnSLCmYS5YHh7R3mNtMmX45Bq9sNGPfPsseQMR0fD9XaHi+tBg=\n' +
' Enter password:\n' +
' section amount spend resemble spray verify night immune tattoo best emotion parrot\n' +
'```\n' +
'```\n',
group: 'Key Management',
},
deploy_contract: {
Expand Down

1 comment on commit 8559fc5

@vercel
Copy link

@vercel vercel bot commented on 8559fc5 Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.