Class for the parse-scripts command.
More...
#include <ParseScriptsCommand.hpp>
|
Protected Attributes inherited from ToolCommand |
| std::string | command = "" |
| | The name of the command. More...
|
| |
| std::string | syntax = "" |
| | The syntax of the command. This should include the command name, as well as any arguments. More...
|
| |
| std::string | description = "" |
| | A description of the command. More...
|
| |
Class for the parse-scripts command.
- Todo:
- document
◆ ParseScriptsCommand()
| ParseScriptsCommand::ParseScriptsCommand |
( |
| ) |
|
|
inline |
◆ execute()
| int ParseScriptsCommand::execute |
( |
std::vector< std::string > |
args | ) |
|
|
inlinevirtual |
Executes the command.
- Parameters
-
| args | - A list of arguments provided to the command. |
- Returns
- The command execution result. Will return 0 if the command completed successfully. If an error occurred, this will usually return a negative number.
Reimplemented from ToolCommand.
◆ GetSourceFilesFromVcx()
| std::vector<std::string> ParseScriptsCommand::GetSourceFilesFromVcx |
( |
std::string |
vcxproj_path, |
|
|
bool |
preserve_relative_paths = false |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: