Skip to content

Commit

Permalink
Merge pull request #4595 from udda1996/fix-edi
Browse files Browse the repository at this point in the history
Update edi code generation command
  • Loading branch information
udda1996 committed Jun 21, 2023
2 parents ae78819 + e52442e commit 8b85979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/edi-to-record/codegen_command.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$ bal edi codegen resources/simple_order_schema.json modules/sorder/sorder.bal
$ bal edi codegen -s resources/simple_order_schema.json -o modules/sorder/sorder.bal
2 changes: 1 addition & 1 deletion examples/record-to-edi/codegen_command.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$ bal edi codegen resources/simple_order_schema.json modules/sorder/sorder.bal
$ bal edi codegen -s resources/simple_order_schema.json -o modules/sorder/sorder.bal

0 comments on commit 8b85979

Please sign in to comment.