RootΒΆ

Prints the root (top) of the current working directory.

Examples:

1
2
3
4
use Siad007\VersionControl\HG\Factory;

$rootCmd = Factory::createRoot();
$rootCmd->execute();