Skip to content

Commit dfae541

Browse files
committed
[cli] feat: include the agent email into the file configuration settings
1 parent b3a77c2 commit dfae541

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/src/User/Agent/Options.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import OptEnvConf
2626
, auto
2727
, command
2828
, commands
29+
, conf
2930
, eitherReader
3031
, env
3132
, help
@@ -108,6 +109,7 @@ agentEmailOption =
108109
, reader str
109110
, long "email-user"
110111
, option
112+
, conf "agentEmail"
111113
]
112114
agentEmailPasswordOption :: Parser EmailPassword
113115
agentEmailPasswordOption =

0 commit comments

Comments
 (0)