登录 注册
当前位置:主页 > 资源下载 > 9 > 检测系统上可使用的shell:detect-shell

检测系统上可使用的shell:detect-shell

  • 更新:2024-06-27 14:51:02
  • 大小:9KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

检测壳 检测系统上可用的 (基于vscode的) 安装 $ npm install --save detect-shell 用法 const { detectAvailableShells } = require ( 'detect-shell' ) ; detectAvailableShells ( ) . then ( ( shells ) => { console . log ( shells ) ; } ) ; // output [ { label : 'bash' , path : '/bin/bash' } , { label : 'csh' , path : '/bin/csh' } , { label : 'dash' , path : '/bin/dash' } , { label : 'ksh' , path : '/bin/ksh' } ,