We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07232f7 commit e70ca31Copy full SHA for e70ca31
src/cli/Main.cpp
@@ -600,7 +600,7 @@ int main(int argc, const char* const* argv) {
600
foundAction = true;
601
::fileTree(inputPath);
602
}
603
- if (cli.is_used(ARG_L(ADD_FILE)) || cli.is_used(ARG_L(REMOVE_FILE))) {
+ if (cli.is_used(ARG_L(ADD_FILE)) || cli.is_used(ARG_L(ADD_DIR)) || cli.is_used(ARG_L(REMOVE_FILE)) || cli.is_used(ARG_L(REMOVE_DIR))) {
604
605
::edit(cli, inputPath);
606
0 commit comments