Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple verbosity levels #22

Open
kwurst opened this issue May 31, 2014 · 1 comment · May be fixed by #34
Open

Allow multiple verbosity levels #22

kwurst opened this issue May 31, 2014 · 1 comment · May be fixed by #34

Comments

@kwurst
Copy link
Owner

kwurst commented May 31, 2014

The current verbose feature outputs very detailed messages. Allow multiple verbosity levels.

  • Lowest level of verbosity should be outputting the just the names of the directories being processed.
  • Middle level of verbosity should output the files being processed.
  • Highest level of verbosity should output the individual commands.
@StoneyJackson
Copy link
Collaborator

How about making the middle level default and providing two command-line options to specify the other levels:

  • -v, --verbose - prints commands being issued
  • -b, --brief - prints only the submission directories as they are being processed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants