aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/helpers/command_line.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-06-22 01:59:09 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-06-22 01:59:09 +0300
commita8e5ae38e88530eabfa06d63ecc5f321bb607e7c (patch)
treeac3ae869d1831959bf3ec1897fafeb56be6d77ff /utils/helpers/command_line.hpp
parentutils: refactor command-line arguments parsing (diff)
downloadaes-tools-a8e5ae38e88530eabfa06d63ecc5f321bb607e7c.tar.gz
aes-tools-a8e5ae38e88530eabfa06d63ecc5f321bb607e7c.zip
utils: code style
Diffstat (limited to 'utils/helpers/command_line.hpp')
-rw-r--r--utils/helpers/command_line.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/helpers/command_line.hpp b/utils/helpers/command_line.hpp
index 4843a06..2e4d803 100644
--- a/utils/helpers/command_line.hpp
+++ b/utils/helpers/command_line.hpp
@@ -68,6 +68,7 @@ namespace command_line
boost::program_options::options_description visible;
boost::program_options::positional_options_description positional;
+ private:
static std::string extract_filename(const std::string& path)
{
return boost::filesystem::path{path}.filename().string();