Skip to content

Commit c318f0d

Browse files
committed
[cli] refactor: expose mode agent options
1 parent 6e93a24 commit c318f0d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cli/src/Oracle/Process.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module Oracle.Process
1111
( ProcessOptions (..)
1212
, oracleProcess
1313
, parseArgs
14+
, pollIntervalOption
1415
) where
1516

1617
import Cli (Command (GetToken), WithValidation (..), cmd)

cli/src/User/Agent/Options.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
module User.Agent.Options
55
( agentCommandParser
6+
, agentEmailOption
7+
, agentEmailPasswordOption
8+
, daysOption
69
, testRunIdOption
710
) where
811

0 commit comments

Comments
 (0)