RocHack / bb

Command line Blackboard client
MIT License
72 stars 8 forks source link

Quiet mode #1

Closed stevenleeg closed 11 years ago

stevenleeg commented 11 years ago

I think you're already planning on doing this, but just in case, turn:

$ ./bb courses
Logged in.
AME140.2012FALL.78132 - AUDIO MUSIC IN ENGINEERING - 2012FALL
MTH150.2012FALL.50118 - DISCRETE MATHEMATICS - 2012FALL
WRT105.2012FALL.68857 - REMEMBERING THE FUTURE - 2012FALL
CSC171.2012FALL.28392 - THE SCIENCE OF PROGRAMMING - 2012FALL
WRIqz_2012 - Writing Placement Survey 2012

into

$ ./bb courses -q
AME140.2012FALL.78132 - AUDIO MUSIC IN ENGINEERING - 2012FALL
MTH150.2012FALL.50118 - DISCRETE MATHEMATICS - 2012FALL
WRT105.2012FALL.68857 - REMEMBERING THE FUTURE - 2012FALL
CSC171.2012FALL.28392 - THE SCIENCE OF PROGRAMMING - 2012FALL
WRIqz_2012 - Writing Placement Survey 2012
clehner commented 11 years ago

Well that commit was supposed to close this but I guess the format would be "Closes #1" rather than "Closes issue #1".

Now I wonder if quiet mode should be default...