tty-which:Unix `which` 命令的跨平台实现

时间:2024-06-20 04:43:16
【文件属性】:

文件名称:tty-which:Unix `which` 命令的跨平台实现

文件大小:17KB

文件格式:ZIP

更新时间:2024-06-20 04:43:16

cli ruby-gem cross-platform tty tty-components

TTY::哪个 Unix 的平*立实现, which实用程序在路径变量中搜索可执行文件。 TTY::为工具包提供跨平台可执行文件搜索组件。 安装 将此行添加到应用程序的 Gemfile 中: gem "tty-which" 然后执行: $ bundle 或者自己安装: $ gem install tty-which 用法 TTY ::其中有which方法搜索基础上的可执行文件的目录集PATH环境变量。 当可执行程序的路径存在时,返回绝对路径,否则返回nil 。 例如,要查找可执行程序的位置,请执行以下操作: TTY :: Which . which ( "less" ) # => "/usr/bin/less" TTY :: Which . which ( "git" ) # => "C:\Program Files\Git\bin\git" 您还可以检查


【文件预览】:
tty-which-master
----tasks()
--------coverage.rake(222B)
--------spec.rake(697B)
--------console.rake(230B)
----tty-which.gemspec(1KB)
----Rakefile(174B)
----.github()
--------FUNDING.yml(20B)
--------PULL_REQUEST_TEMPLATE.md(447B)
--------ISSUE_TEMPLATE.md(581B)
--------workflows()
----Gemfile(222B)
----appveyor.yml(614B)
----.rspec(41B)
----spec()
--------unit()
--------spec_helper.rb(1KB)
----.gitignore(185B)
----CHANGELOG.md(2KB)
----lib()
--------tty()
--------tty-which.rb(29B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(3KB)
----LICENSE.txt(1KB)

网友评论