fixed typo
parent
212db9687d
commit
74e9709283
|
@ -97,7 +97,7 @@ this file
|
||||||
This script will be executed each time it is altered and pushed. Make sure to remove everything the previous user added before using it to not run these commands again.
|
This script will be executed each time it is altered and pushed. Make sure to remove everything the previous user added before using it to not run these commands again.
|
||||||
Leave the bang (#! comment) and the bottom part that is commented to instruct you to leave it there.
|
Leave the bang (#! comment) and the bottom part that is commented to instruct you to leave it there.
|
||||||
### variable_grabbler.py
|
### variable_grabbler.py
|
||||||
This is the code variable replacer. It take two arguments: The configuration file to be used and the file to be worked on.
|
This is the code variable replacer. It takes two arguments: The configuration file to be used and the file to be worked on.
|
||||||
The configuration file contains a json which defines replacement string for each code variable. Code variables are preceeded and followed by a % sign in code but this is not the case in the configuration.
|
The configuration file contains a json which defines replacement string for each code variable. Code variables are preceeded and followed by a % sign in code but this is not the case in the configuration.
|
||||||
Alternative options to providing a string in the config are to add arrays defining files or commands (Commands are not implemented yet.). Read the source code for further information.
|
Alternative options to providing a string in the config are to add arrays defining files or commands (Commands are not implemented yet.). Read the source code for further information.
|
||||||
### variable_grabbler.pass*.json
|
### variable_grabbler.pass*.json
|
||||||
|
|
Loading…
Reference in New Issue