|
shell-cmd v1.2
Recursively find files matching a regex and execute a shell command for each match.
|
#include <algorithm>#include <iomanip>#include <iostream>#include <string>#include <type_traits>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | Argument< String > |
| struct | ArgumentData< String > |
| class | ArgException< String > |
| class | Argz< String > |
Concepts | |
| concept | StringType |
Enumerations | |
| enum class | ArgType { ARG_SINGLE , ARG_SINGLE_VALUE , ARG_DOUBLE , ARG_DOUBLE_VALUE , ARG_NONE } |
|
strong |
| Enumerator | |
|---|---|
| ARG_SINGLE | |
| ARG_SINGLE_VALUE | |
| ARG_DOUBLE | |
| ARG_DOUBLE_VALUE | |
| ARG_NONE | |