repo_where_flag(args::Group& grp) | repo_where_flag(args::Group& grp) | ||||
: path_flag{grp, | : path_flag{grp, | ||||
"dir", | "dir", | ||||
"Directory in which to initialize the repository", | |||||
"Path to the DDS repository directory", | |||||
{"repo-dir"}, | {"repo-dir"}, | ||||
dds::repository::default_local_path()} {} | dds::repository::default_local_path()} {} | ||||
}; | }; |