Cmd


Object Hierarchy:

Object hierarchy for Cmd

Description:

public class Cmd

A class spawning synchronous command line

using Pluie;

int main (string[] args)
{
Echo.init(false);
var cmd = new Sys.Cmd ("ls -la");
return cmd.run(true);
}
valac --pkg pluie-echo-0.2 pluie-cmd.vala


Namespace: Pluie.Sys
Package: pluie-echo-0.2

Content:

Properties:

Creation methods:

Methods: