STDIN
- Removed the stdin reading feature, which has not been enabled, and is more problematic than it should be.
This commit is contained in:
@@ -37,7 +37,6 @@ int main (int argc, const char** argv)
|
||||
{
|
||||
Parser parser;
|
||||
parser.initialize (argc, argv);
|
||||
parser.appendStdin ();
|
||||
parser.findOverrides ();
|
||||
|
||||
// Read-only commands.
|
||||
|
||||
Reference in New Issue
Block a user