2021-09-04 14:43:25 +02:00
|
|
|
// AUTO-GENERATED using `gulp buildCommandIndex`
|
|
|
|
import * as copyDevCommand from './copyDevCommand';
|
2022-04-11 17:49:32 +02:00
|
|
|
import * as editProfileConfig from './editProfileConfig';
|
2021-09-04 14:43:25 +02:00
|
|
|
import * as exportFolders from './exportFolders';
|
|
|
|
import * as exportNotes from './exportNotes';
|
|
|
|
import * as focusElement from './focusElement';
|
|
|
|
import * as openProfileDirectory from './openProfileDirectory';
|
|
|
|
import * as replaceMisspelling from './replaceMisspelling';
|
|
|
|
import * as restoreNoteRevision from './restoreNoteRevision';
|
|
|
|
import * as startExternalEditing from './startExternalEditing';
|
|
|
|
import * as stopExternalEditing from './stopExternalEditing';
|
2022-04-11 17:49:32 +02:00
|
|
|
import * as switchProfile from './switchProfile';
|
|
|
|
import * as switchProfile1 from './switchProfile1';
|
|
|
|
import * as switchProfile2 from './switchProfile2';
|
|
|
|
import * as switchProfile3 from './switchProfile3';
|
2021-09-04 14:43:25 +02:00
|
|
|
import * as toggleExternalEditing from './toggleExternalEditing';
|
|
|
|
import * as toggleSafeMode from './toggleSafeMode';
|
|
|
|
|
2021-09-04 16:15:25 +02:00
|
|
|
const index:any[] = [
|
2021-09-04 14:43:25 +02:00
|
|
|
copyDevCommand,
|
2022-04-11 17:49:32 +02:00
|
|
|
editProfileConfig,
|
2021-09-04 14:43:25 +02:00
|
|
|
exportFolders,
|
|
|
|
exportNotes,
|
|
|
|
focusElement,
|
|
|
|
openProfileDirectory,
|
|
|
|
replaceMisspelling,
|
|
|
|
restoreNoteRevision,
|
|
|
|
startExternalEditing,
|
|
|
|
stopExternalEditing,
|
2022-04-11 17:49:32 +02:00
|
|
|
switchProfile,
|
|
|
|
switchProfile1,
|
|
|
|
switchProfile2,
|
|
|
|
switchProfile3,
|
2021-09-04 14:43:25 +02:00
|
|
|
toggleExternalEditing,
|
|
|
|
toggleSafeMode,
|
|
|
|
];
|
|
|
|
|
|
|
|
export default index;
|
|
|
|
// AUTO-GENERATED using `gulp buildCommandIndex`
|