Variable Command.dry_

struct Command
{
  // ...
  bool dry_ = false;
  // ...
}