Skip to content

Commit

Permalink
command-line args updated
Browse files Browse the repository at this point in the history
  • Loading branch information
athiththan11 committed May 16, 2020
1 parent fa0232d commit 2b2314c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
let argv = require('yargs')
.usage('Usage: $0 [fhir-resources] --combine --output [output-directory]')
.command('Coverage --output .', 'Create a Swagger File for the Coverage Resource in the current directory')
.example(
'$0 Coverage ClaimResponse --output .',
'generates swagger definitions for Coverage and ClaimResponse resources and store in the output directory specified'
Expand Down

0 comments on commit 2b2314c

Please sign in to comment.