Flutter Impeller
blobcat_main.cc File Reference
#include <filesystem>
#include <iostream>
#include "flutter/fml/command_line.h"
#include "impeller/blobcat/blob_writer.h"

Go to the source code of this file.

Namespaces

 impeller
 

Functions

bool impeller::Main (const fml::CommandLine &command_line)
 
int main (int argc, char const *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char const *  argv[] 
)

Definition at line 51 of file blobcat_main.cc.

51  {
52  return impeller::Main(fml::CommandLineFromPlatformOrArgcArgv(argc, argv))
53  ? EXIT_SUCCESS
54  : EXIT_FAILURE;
55 }

References impeller::Main().

impeller::Main
bool Main(const fml::CommandLine &command_line)
Definition: blobcat_main.cc:13