Replace AssertFatal with static_assert for cmdline arguments check
Replace AssertFatal with static_assert for command line arguments definition length check. The static assert will not allow the code to compile in case the size is incorrect.
This could save some time in the future since its easy to forget to extend CMDLINE_PARAMS_CHECK_DESC.