cli

fis. cli

命令行相关的信息和工具类方法暴露在此模块中。

Source:

Members

(static) colors

Source:

(static) info

package.json 中的信息

Source:

(static) name

命令行工具名字

Default Value:
  • fis3
Source:

(static) options

支持命令合集

Source:

Methods

(static) help(cmdNameopt, optionsopt, commandsopt)

显示帮助信息,主要用来格式化信息,处理缩进等。fis command 插件,可以用此方法来输出帮助信息。

Parameters:
Name Type Attributes Description
cmdName String <optional>

命令名称

options Object <optional>

配置

commands Array <optional>

支持的命令集合

Source:

(static) run(argv, env)

fis命令行执行入口。

Parameters:
Name Type Description
argv Array

minimist 解析得到的 argv, 已经转换成了对象。

env Array

liftoff env

Source:

(static) version()

输出 fis 版本信息。

v3.0.0

/\\\\\\\\\\\\\\\  /\\\\\\\\\\\     /\\\\\\\\\\\
\/\\\///////////  \/////\\\///    /\\\/////////\\\
 \/\\\                 \/\\\      \//\\\      \///
  \/\\\\\\\\\\\         \/\\\       \////\\\
   \/\\\///////          \/\\\          \////\\\
    \/\\\                 \/\\\             \////\\\
     \/\\\                 \/\\\      /\\\      \//\\\
      \/\\\              /\\\\\\\\\\\ \///\\\\\\\\\\\/
       \///              \///////////    \///////////
Source: