Skip to content

Commit

Permalink
2025-01-10T15:57:50Z
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmsr committed Jan 10, 2025
1 parent a9ac337 commit 757174c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omdev/tools/cc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

class Cli(ap.Cli):
@ap.cmd(
ap.arg('--cwd'),
ap.arg('src-file'),
ap.arg('args', nargs=ap.REMAINDER),
)
Expand Down Expand Up @@ -88,6 +89,7 @@ def run(self) -> int:
exe_file,
*self.args.args,
],
cwd=self.args.cwd,
check=False,
)

Expand Down

0 comments on commit 757174c

Please sign in to comment.