5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
export const CommandLineArgs = {
|
|
Testing: '--testing-INSECURE',
|
|
UserDataPath: '--experimental-user-data-path',
|
|
}
|