@@ -78,6 +78,7 @@ const yargsOptions = {
7878 'open' ,
7979 'config-dialog' ,
8080 'config-auth' ,
81+ 'config-port' ,
8182 'console' ,
8283 'sync-console-path' ,
8384 'contact' ,
@@ -132,6 +133,7 @@ const yargsOptions = {
132133 'sync-console-path' : choose ( env . bool ( 'sync_console_path' ) , config ( 'syncConsolePath' ) ) ,
133134 'config-dialog' : choose ( env . bool ( 'config_dialog' ) , config ( 'configDialog' ) ) ,
134135 'config-auth' : choose ( env . bool ( 'config_auth' ) , config ( 'configAuth' ) ) ,
136+ 'config-port' : choose ( env . bool ( 'config_port' ) , config ( 'configPort' ) ) ,
135137 'terminal-path' : env . parse ( 'terminal_path' ) || config ( 'terminalPath' ) ,
136138 'terminal-command' : env . parse ( 'terminal_command' ) || config ( 'terminalCommand' ) ,
137139 'terminal-auto-restart' : choose ( env . bool ( 'terminal_auto_restart' ) , config ( 'terminalAutoRestart' ) ) ,
@@ -214,6 +216,7 @@ async function main() {
214216 config ( 'oneFilePanel' , args . oneFilePanel ) ;
215217 config ( 'configDialog' , args . configDialog ) ;
216218 config ( 'configAuth' , args . configAuth ) ;
219+ config ( 'configPort' , args . configPort ) ;
217220 config ( 'keysPanel' , args . keysPanel ) ;
218221 config ( 'export' , args . export ) ;
219222 config ( 'exportToken' , args . exportToken ) ;
0 commit comments