Files
standardnotes-app-web/packages/desktop/app/javascripts/Shared/CommandLineArgs.ts
2022-06-07 11:52:15 -05:00

5 lines
117 B
TypeScript

export const CommandLineArgs = {
Testing: '--testing-INSECURE',
UserDataPath: '--experimental-user-data-path',
}