Feature #9727
enable -? to provide syntax help in the various driver programs
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Greg Shah over 1 year ago
Currently, our ConversionDriver/ProgressTransformDriver/ReportDriver programs don't provide an easy way to get syntax help.
- There should be
-?option that immediately provides syntax help. - This should work even if the project itself is not setup. For example, you should not need to have a
cfg/p2j.cfg.xmlto get syntax help (but you do today). - If execution without arguments is not possible (all except the
ReportDriver), then this should display syntax help too. - Early fatal failures like not having a
p2j.cfg.xmlshould also exit cleanly providing syntax help.
#2 Updated by Roger Borrello over 1 year ago
Use branch 7133a for this work.