You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The command definitions in Subsystems/cmdGui/ParameterFiles use the --word option that gets reported as unrecognized by cmdUtil.
To Reproduce
Steps to reproduce the behavior:
Build cmdUtil
python GroundSystem.py
Select "Display Page" for Executive Servies
Select "Send" for "Load and Start an Application"
Fill in StackSize with a 16384 and hit send, should see: ../cmdUtil/cmdUtil: unrecognized option '--word=16384'
Expected behavior
Cmd should work. cmdUtil expects --long instead of --word for an int32. Not clear if the GUI command definitions should be updated or the cmdUtil. Probably more useful to cal it int32...
Describe the bug
The command definitions in Subsystems/cmdGui/ParameterFiles use the --word option that gets reported as unrecognized by cmdUtil.
To Reproduce
Steps to reproduce the behavior:
../cmdUtil/cmdUtil: unrecognized option '--word=16384'
Expected behavior
Cmd should work. cmdUtil expects --long instead of --word for an int32. Not clear if the GUI command definitions should be updated or the cmdUtil. Probably more useful to cal it int32...
Code snips
cFS-GroundSystem/Subsystems/cmdGui/ParameterFiles/struct_c_f_e___e_s___start_app_cmd__t
Line 57 in 636b844
cFS-GroundSystem/Subsystems/cmdUtil/cmdUtil.c
Line 186 in 636b844
cFS-GroundSystem/Subsystems/cmdUtil/cmdUtil.c
Line 109 in 636b844
System observed on:
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: