mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-21 17:19:34 +00:00
add replace operations doc
Change-Id: I3b2ffca803bf720f7ca6f443d10dee44db189739 Reviewed-by: Niels Weber <niels.weber@digia.com>
This commit is contained in:
parent
b312d841f0
commit
7627f4cb18
@ -79,6 +79,15 @@
|
||||
\o "PrependFile" \a filename \a text
|
||||
\o Prepends \a text to the file specified by \a filename. \a text
|
||||
is treated as ASCII text.
|
||||
\row
|
||||
\o Replace
|
||||
\o "Replace" \a file \a search \ replace
|
||||
\o Opens \a file to find \a search string and replaces that with the \a replace string.
|
||||
\row
|
||||
\o LineReplace
|
||||
\o "LineReplace" \a file \a search \ replace
|
||||
\o Opens \a file to find lines that start with \a search string and
|
||||
replaces that with the \a replace string.
|
||||
\row
|
||||
\o Execute
|
||||
\o "Execute" [{\a exitcodes}] \a command [\a parameter1 [\a parameter... [\a parameter10]]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user