Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
shadowspawn and ljharb authored Aug 19, 2024
1 parent e511d78 commit 98ebc86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/optional-value.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import process from 'node:process';

const options = {
'host': {
type: 'string', short: 'h', default: 'default.com',
type: 'string',
short: 'h',
default: 'default.com',
preset: 'localhost'
},
'debug': { type: 'boolean', short: 'd' },
Expand Down

0 comments on commit 98ebc86

Please sign in to comment.