UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

8 lines 274 B
import Command from '../../Command.js'; export default class AnonymousCommand extends Command { async action(logger, args) { await this.initAction(args, logger); await this.commandAction(logger, args); } } //# sourceMappingURL=AnonymousCommand.js.map