Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Test
/
templar-min-old
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e5045ca6
authored
2017-02-07 11:06:53 -0600
by
Marcos Cano
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--r usage instructions
1 parent
7ee3f73d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/templar.min.py
src/templar.min.py
View file @
e5045ca
...
...
@@ -45,6 +45,10 @@ def usage():
print to stdout instead of replacing the file,
it will do replace in file.
it will override the output file and input file default behaviour
-r, --r
recursively templates all files included in a folder given,
use with -p to only debug/test, use it without -p and it will
replace all files with the templated values
"""
%
sys
.
argv
[
0
]
sys
.
exit
(
2
)
...
...
Please
register
or
sign in
to post a comment