UNPKG

@nx-dotnet/utils

Version:

This library was generated with [Nx](https://nx.dev).

7 lines 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDryRun = isDryRun; function isDryRun() { return process.argv.some((x) => x === '--dry-run'); } //# sourceMappingURL=args.js.map