At the moment, running librarian <command> -h does not return a lot of information.
We should add the command documentation to each command, such that the text shows up when running librarian <command> -h.
One way to do this would be to add a Long field to the Command struct, which gets printed as part of the usage text.
At the moment, running
librarian <command> -hdoes not return a lot of information.We should add the command documentation to each command, such that the text shows up when running
librarian <command> -h.One way to do this would be to add a
Longfield to theCommandstruct, which gets printed as part of the usage text.