From: Eduardo DAVILA Date: Wed, 3 Apr 2019 22:14:01 +0000 (+0200) Subject: #3248 BBTK Feature New Normal - box bbstdExecSystemCommand Verbose option X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=125a3206e64cab43ad04aa689cda4eb545c57d39;p=bbtk.git #3248 BBTK Feature New Normal - box bbstdExecSystemCommand Verbose option --- diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index 63beb0c..43c9dc5 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -46,10 +46,13 @@ namespace bbstd void ExecSystemCommand::bbUserSetDefaultValues() { bbSetInputIn("help"); + bbSetInputVerbose(true); } + void ExecSystemCommand::bbUserInitializeProcessing() { } + void ExecSystemCommand::bbUserFinalizeProcessing() { } @@ -80,8 +83,11 @@ namespace bbstd // #if defined(_WIN32) // ccommand="start /b "+ccommand; // #endif // defined(_WIN32) - std::cout << "*** Executing system command : '"<