UNPKG

ovm

Version:

Obsidian Vaults Manager

8 lines (7 loc) 300 B
export { run } from '@oclif/core'; export * from './commands/config/init'; export * from './commands/plugins/install'; export * from './commands/plugins/prune'; export * from './commands/plugins/uninstall'; export * from './commands/reports/stats'; export type * as Commands from './types/commands';