--r usage instructions
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -45,6 +45,10 @@ def usage(): | ... | @@ -45,6 +45,10 @@ def usage(): | 
| 45 | print to stdout instead of replacing the file, | 45 | print to stdout instead of replacing the file, | 
| 46 | it will do replace in file. | 46 | it will do replace in file. | 
| 47 | it will override the output file and input file default behaviour | 47 | it will override the output file and input file default behaviour | 
| 48 | -r, --r | ||
| 49 | recursively templates all files included in a folder given, | ||
| 50 | use with -p to only debug/test, use it without -p and it will | ||
| 51 | replace all files with the templated values | ||
| 48 | 52 | ||
| 49 | """%sys.argv[0] | 53 | """%sys.argv[0] | 
| 50 | sys.exit(2) | 54 | sys.exit(2) | ... | ... | 
- 
Please register or sign in to post a comment
