Skip to content

Commit

Permalink
Fix #50
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Apr 26, 2024
1 parent 1f5b319 commit d8f2408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ServerlessDynamoDBPlugin implements Plugin {
seed: {
shortcut: 's',
usage: 'After starting and migrating dynamodb local, injects seed data into your tables. The --seed option determines which data categories to onload.',
// NB: no `type` intentionally to allow both boolean and string values
type: 'string',
},
},
},
Expand Down

0 comments on commit d8f2408

Please sign in to comment.