mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix writeflux to actually work.
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
#include <fstream>
|
||||
#include <ctype.h>
|
||||
|
||||
static FlagGroup flags { &writerFlags };
|
||||
static FlagGroup flags { &readerFlags, &writerFlags };
|
||||
|
||||
int mainWriteFlux(int argc, const char* argv[])
|
||||
{
|
||||
setReaderDefaultSource(":t=0-81:h=0-1");
|
||||
setReaderDefaultSource(":t=0-81:s=0-1");
|
||||
setWriterDefaultDest(":t=0-81:s=0-1");
|
||||
flags.parseFlags(argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user