Bugzilla – Attachment #239755: No command line support message for bug #269891
string type = "";
string status = "";
// no command line support
if (size(WFM::Args()) > 0 )
{
import "CommandLine";
CommandLine::Init($[], WFM::Args());
return;
}
if (!installAppArmorPackages()) {