N98\Magento\Command\Database\Compressor\Compressor::getDecompressingCommand PHP Method

getDecompressingCommand() public method

Returns the command line for decompressing the dump file.
public getDecompressingCommand ( string $command, string $fileName, boolean $pipe = true ) : string
$command string MySQL client tool connection string
$fileName string Filename (shell argument escaped)
$pipe boolean
return string
    public function getDecompressingCommand($command, $fileName, $pipe = true);