Command.this - multiple declarations

Function Command.this

this (
  string[] cmd
);

Function Command.this

this (
  string[] cmd,
  bool dry,
  string message
);