# | Line 10 | Line 10 | |
---|---|---|
10 | ||
11 | #include <menes-api/exename.hpp> | |
12 | #include <menes-app/application.hpp> | |
13 | + | #include <menes-ios/stdadapters.hpp> |
14 | ||
15 | #include <algorithm> | |
16 | #include <cstring> | |
# | Line 26 | Line 27 | struct ZoeCommand : public app::Applicat | |
27 | { | |
28 | virtual int Run(const app::ArgumentList& args) | |
29 | { | |
30 | < | Zoe::program = api::GetExecutableName(); |
30 | > | Zoe::program = api::GetExecutablePath().GetName(); |
31 | ||
32 | for (size_t index(0); index < args.GetSize(); ++index) | |
33 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |