Flutter Engine
The Flutter Engine
Namespaces | Functions
templater_main.cc File Reference
#include <filesystem>
#include <string>
#include <string_view>
#include "flutter/fml/command_line.h"
#include "flutter/fml/file.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/mapping.h"
#include "inja/inja.hpp"

Go to the source code of this file.

Namespaces

namespace  flutter
 

Functions

bool flutter::TemplaterMain (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 69 of file templater_main.cc.

69 {
71 ? EXIT_SUCCESS
72 : EXIT_FAILURE;
73}
char ** argv
Definition: library.h:9
bool TemplaterMain(const fml::CommandLine &command_line)
CommandLine CommandLineFromArgcArgv(int argc, const char *const *argv)
Definition: command_line.h:233