Execute command with well-formatted output
Installation
npm install --save @sweetalert2/executeUsage
const execute = require('@sweetalert2/execute')
await execute(`git add .`, { skipLogging: true })GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upnpm install --save @sweetalert2/executeconst execute = require('@sweetalert2/execute')
await execute(`git add .`, { skipLogging: true })