Limit arguments use with mtl option #21

Open
opened 2022-09-08 11:54:00 +02:00 by JackCarterSmith · 1 comment

When using -mtl option to export, it's auto-generate HMT name from HOB name (replacing HOB by HMT). This can be limited when in other side it's intended to be a "simple" tool.

Need to change arguments parsing when using -mtl option:

  • only 2 arguments after options: <hob_file> <hmt_file>
  • can use others arguments like normally,
  • the extra arguments will be ignored.
When using -mtl option to export, it's auto-generate HMT name from HOB name (replacing HOB by HMT). This can be limited when in other side it's intended to be a "simple" tool. Need to change arguments parsing when using -mtl option: * only 2 arguments after options: `<hob_file> <hmt_file>` * can use others arguments like normally, * the extra arguments will be ignored.
JackCarterSmith added the
question
label 2022-09-08 11:54:00 +02:00
Author
Owner

The program by default should not handle multiple inputs files?

OS scripting should be used instead to process multiple files. Maybe a GUI...

Nevermind, it's a "simpliest" tool just for parsing datas, as a "PoC". And it should be integrated in others bigger program to be fully functionnal.

The program by default should not handle multiple inputs files? OS scripting should be used instead to process multiple files. Maybe a GUI... Nevermind, it's a "simpliest" tool just for parsing datas, as a "PoC". And it should be integrated in others bigger program to be fully functionnal.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: JCS-Prod/RSE-Model#21
No description provided.