Daggy - Data Aggregation Utility and C/C++ library
  • About Daggy
  • Download and install
  • Daggy Core
    • C++17/20 interface
    • ANSI C11 interface
  • Daggy Console Application
    • Daggy Sources
    • Data Aggregation Snippets
  • Changelog
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

Daggy Console Application

Data Aggregation Utility

daggy --help
Usage: daggy [options] *.yaml|*.yml|*.json

Options:
  -o, --output <folder>       Set output folder
  -f, --format <json|yaml>    Source format
  -i, --stdin                 Read data aggregation sources from stdin
  -t, --timeout <time in ms>  Auto complete timeout
  -h, --help                  Displays help on commandline options.
  --help-all                  Displays help including Qt specific options.
  -v, --version               Displays version information.

Arguments:
  file                        data aggregation sources file
PreviousANSI C11 interfaceNextDaggy Sources

Last updated 1 month ago

Was this helpful?