# | Line 7 | Line 7 | |
---|---|---|
7 | #include "Hexadecimal.hpp" | |
8 | #include "DataType.hpp" | |
9 | ||
10 | – | #include <menes-api/environment.hpp> |
10 | #include <menes-app/simple.hpp> | |
11 | ||
12 | < | struct Environment |
14 | < | { |
15 | < | ext::String get(const ext::String& name) { try { return api::TheEnvironment.Get(name); } catch (ext::Exception) { return ext::String(); } } |
16 | < | } env; |
12 | > | Environment env; |
13 | ||
14 | int Main(const app::Options& options) | |
15 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |