Skip to content

Commit

Permalink
feat: update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
santese committed Oct 3, 2022
1 parent fd4fd72 commit debe9ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/commands/verify-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ import { checkAuth, handleCardsFilter } from '../lib/helpers'
export default async (cli: any): Promise<void> => {
cli.command('verify-all [filter]', 'Verifies all unverified cards (see README)')
.example(
`Verify all cards or supply content filtering 'guru-cli verify-all content:"something to match on"'
`Verify all cards 'guru-cli verify-all"'
`,
)
.example(
`Verify all cards with a filter 'guru-cli verify-all content:"something to match on"'
`,
)
.option('-i, --ignore-case', 'Ignore case in the finding regex string')
Expand Down

0 comments on commit debe9ff

Please sign in to comment.