FC Updates from BitShares and myself #21
1 changed files with 5 additions and 0 deletions
|
|
@ -103,6 +103,11 @@ void cli::run()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
std::cout << itr->second( result, args ) << "\n";
|
std::cout << itr->second( result, args ) << "\n";
|
||||||
|
|
||||||
|
if (method == "quit")
|
||||||
|
{
|
||||||
|
stop();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch ( const fc::exception& e )
|
catch ( const fc::exception& e )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue