|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "global-params.hpp"#include <CLI/CLI.hpp>#include <filesystem>#include <memory>#include <string>
Go to the source code of this file.
Classes | |
| struct | DatabaseDelOptions |
| Options for unified database del command. More... | |
Functions | |
| void | setup_subcommand_del (CLI::App &app, std::shared_ptr< RuxOptions > global_opt) |
| Setup unified database del subcommand. | |
| int | run_subcommand_del (const DatabaseDelOptions &opt, const RuxOptions &global_opt) |
| Execute unified database del command. | |
| int run_subcommand_del | ( | const DatabaseDelOptions & | opt, |
| const RuxOptions & | global_opt ) |
Execute unified database del command.
| void setup_subcommand_del | ( | CLI::App & | app, |
| std::shared_ptr< RuxOptions > | global_opt ) |
Setup unified database del subcommand.
Usage: rux del <project_file> <path> [–force] [–yes]
Examples: rux del project.rux clouds.oldcloud rux del project.rux clouds.old_* –force rux del project.rux clouds.test_* –force –yes