diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 16:16:47 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 20:16:26 -0500 |
| commit | 90ea45328d72f9664ace3cfbdce700dbe7a1d016 (patch) | |
| tree | 125343bdc83e5322c82b5fc92fbfd103181acf92 /src/commandline.cpp | |
| parent | 6ca1ebc349528d5f6fc9194c590a17ecbe9fa444 (diff) | |
moved splash stuff to MOSplash
comments
Diffstat (limited to 'src/commandline.cpp')
| -rw-r--r-- | src/commandline.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp index ff1be764..dc8cf53f 100644 --- a/src/commandline.cpp +++ b/src/commandline.cpp @@ -592,6 +592,8 @@ std::optional<int> ExeCommand::doRun() const auto args = vm()["arguments"].as<std::string>(); const auto cwd = vm()["cwd"].as<std::string>(); + std::cout << "not implemented\n"; + return 0; } @@ -608,6 +610,7 @@ Command::Meta RunCommand::meta() const std::optional<int> RunCommand::doRun() { + std::cout << "not implemented\n"; return {}; } |
