diff --git a/src/rpc/cli.cpp b/src/rpc/cli.cpp index add2f6a..5ca1447 100644 --- a/src/rpc/cli.cpp +++ b/src/rpc/cli.cpp @@ -103,6 +103,11 @@ void cli::run() } else std::cout << itr->second( result, args ) << "\n"; + + if (method == "quit") + { + stop(); + } } catch ( const fc::exception& e ) {