Skip to content

Commit ea5ffa2

Browse files
Copilotskullydazed
andauthored
Add args_passed property to MILCInterface (#87)
Agent-Logs-Url: https://github.com/clueboard/milc/sessions/00df4e6e-d65c-4ec4-9e67-e4aa75cb566a Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: skullydazed <9553982+skullydazed@users.noreply.github.com>
1 parent abe81af commit ea5ffa2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

milc/milc_interface.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ def milc(self) -> MILC:
4949
def args(self) -> AttrDict:
5050
return self.milc.args
5151

52+
@property
53+
def args_passed(self) -> AttrDict:
54+
return self.milc.args_passed
55+
5256
@property
5357
def config(self) -> Configuration:
5458
return self.milc.config

0 commit comments

Comments
 (0)