Add an option to the scount application to control the output format.
The option should allow a user to control how scount prints the result, both for a single file input as well as a directory input. For example, a user might want to only get the number of logical lines of code and nothing else printed on stdout.
Add an option to the
scountapplication to control the output format.The option should allow a user to control how
scountprints the result, both for a single file input as well as a directory input. For example, a user might want to only get the number of logical lines of code and nothing else printed on stdout.