chore: fix lint warnings and formatting

This commit is contained in:
Peter Steinberger
2025-12-08 17:05:27 +01:00
parent 7b1832bd24
commit c3f955d3f1
5 changed files with 120 additions and 42 deletions

View File

@@ -348,6 +348,7 @@ enum CommandResolver {
let quotedArgs = ([subcommand] + extraArgs).map(self.shellQuote).joined(separator: " ")
let scriptBody = """
PATH=\(exportedPath);
CLI="";
\(prjVar)
if command -v clawdis >/dev/null 2>&1; then
\(cdPrefix)clawdis \(quotedArgs);