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
Copy file name to clipboardExpand all lines: server/common-cli-options.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,5 +38,6 @@ exports.options = [
38
38
{option: 'app-mode',type: 'Boolean',description: 'run as an app'},
39
39
{option: 'show',type: 'String',description: 'html file to launch, default "games"'},
40
40
{option: 'system-name',type: 'String',description: 'name used if multiple happyFunTimes servers are running on the same network. Default = computer name'},
41
+
{option: 'ask-name',type: 'Boolean',description: 'ask for name on start, use --no-ask-name to set to false',default: "true"},
0 commit comments