Functional Requirement: - the help message is printed in a normalized format that adjusts itself to the length of any flag names provided to the user Implementation: - Either check the length of the inputs by the user and adjust the number of tabs given - re-style the whole help message so that the message is on a new line and we don’t have to calculate the length of the flag names
Functional Requirement:
Implementation: