Skip to content

Commit

Permalink
Help block added
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandommoore committed Oct 19, 2022
1 parent 27eca5d commit 9f0ddc1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,21 @@ If we want to generate only the .cpp and .hpp files:
basefiles_gen.py project_name -C -H

By mcordoba (@brandommoore) with ❤

## Help
```bash
usage: basefiles_gen.py [-h] [-M] [-C] [-H] p_name

A basefiles generator for cpp modules

positional arguments:
p_name Project name. USAGE: [basefiles_gen.py project_name]

optional arguments:
-h, --help show this help message and exit
-M, -makefile Only generates Makefile
-C, -cpp Only generates Cpp
-H, -hpp Only generates Hpp

==================================================
```

0 comments on commit 9f0ddc1

Please sign in to comment.