Skip to content

Commit

Permalink
Update edi code generation command
Browse files Browse the repository at this point in the history
  • Loading branch information
udda1996 committed Jun 20, 2023
1 parent ae78819 commit e52442e
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 e52442e

Please sign in to comment.