Skip to content

ujiro99/mock-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mock-generator Build Status Go Report Card

C++ mock generator using FakeIt.

SYNOPSIS

mock-generator is c++ mock generator using FakeIt.

Usage:
   mock-generator [options] [command]

Commands:
   help, h  Shows a list of commands or help for one command

Options:
   --exclude PATTERN, -e PATTERN  Exclude files and directories matching PATTERN.
   --out DIRECTORY, -o DIRECTORY  Output files to DIRECTORY.
   --debug                        Show debug logs.
   --help, -h                     show help
   --version, -v                  print the version

Version:
   0.0.2

Author:
   Yujiro Takeda