Skip to content

Commit

Permalink
Defualt compile to the json target
Browse files Browse the repository at this point in the history
  • Loading branch information
Shon Feder committed Mar 12, 2024
1 parent dda6aee commit f078b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quint/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const compileCmd = {
.option('target', {
desc: `the compilation target. Supported values: ${supportedTarges.join(', ')}`,
type: 'string',
default: 'json',
})
.coerce('target', (target: string): string => {
if (!supportedTarges.includes(target)) {
Expand Down

0 comments on commit f078b57

Please sign in to comment.