Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_CLI_ENUMS_HPP_
2#define IV_SRC_CLI_ENUMS_HPP_
3
4namespace iv::cli
5{
6
7enum class eCliOption
8{
9 Help,
10 Version,
15};
16
17}
18
19#endif//IV_SRC_CLI_ENUMS_HPP_
Definition enums.hpp:5
eCliOption
Definition enums.hpp:8