You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_portOption=newOption<int?>("--port","The port for the proxy server to listen on");
@@ -32,7 +69,10 @@ public RootCommand GetRootCommand() {
32
69
varcommand=newRootCommand{
33
70
_portOption,
34
71
_logLevelOption,
35
-
_recordOption
72
+
_recordOption,
73
+
// _configFileOption is set during the call to load
74
+
// `ProxyCommandHandler.Configuration`. As such, it's always set here
75
+
_configFileOption!
36
76
};
37
77
command.Description="Microsoft Graph Developer Proxy is a command line tool that simulates real world behaviors of Microsoft Graph and other APIs, locally.";
0 commit comments