UNPKG

@codedungeon/gunner

Version:
11 lines (9 loc) 526 B
/*------------------------------------------------------------------------------------------- * Copyright (c) 2018-2021 Mike Erickson / Codedungeon. All rights reserved. * Licensed under the MIT license. See LICENSE in the project root for license information. * -----------------------------------------------------------------------------------------*/ module.exports = (cli) => { cli.machineInfo = ({ toolbox } = cli) => { return toolbox.system.run('defaults read loginwindow SystemVersionStampAsString') } }