void sh_help_{command_name}() {{
	{struct_declaration}

	{parameters}

	shu_print_command_help("{command_name}", {command_description}, {parameters_struct}, {size});
}}