make run return and that is what the binary exits with
This commit is contained in:
@@ -38,8 +38,9 @@ public:
|
||||
addPositionArg( "dir" , 1 );
|
||||
}
|
||||
|
||||
void run(){
|
||||
int run(){
|
||||
drillDown( getParam( "dir" ) );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void drillDown( path root ) {
|
||||
|
||||
Reference in New Issue
Block a user