We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558a828 commit 0537d45Copy full SHA for 0537d45
src/plugin/serve.ts
@@ -54,6 +54,11 @@ export const createServeCommand = (plugin: Plugin) => {
54
description: 'network to bind to',
55
default: 'tcp',
56
},
57
+ license: {
58
+ type: 'string',
59
+ description: 'set offline license file (placeholder for future use)',
60
+ default: '',
61
+ },
62
});
63
64
({ address, logLevel, logFormat }: ServeArguments) => {
0 commit comments