Variable AgoraCLIArgs.quiet

Do not output anything

struct AgoraCLIArgs
{
  // ...
  bool quiet ;
  // ...
}