updated cli args and help screen
This commit is contained in:
@@ -116,7 +116,7 @@ function getResult(error: BuildFailure | null, result: BuildResult | null) {
|
||||
}
|
||||
|
||||
function clearFilenameComments(content: string): string {
|
||||
let regexp = new RegExp(`//\\s*${AllPaths.base.script}/.*(?:\\n|$)`, 'g')
|
||||
let regexp = new RegExp(`//\\s*${AllPaths.base.in}/.*(?:\\n|$)`, 'g')
|
||||
return content.replace(regexp, '')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user