utils

package
v0.0.0-...-796898b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecCommand

func ExecCommand(commandName string, params ...string) (int, []string, error)

ExecCommand 执行cmd命令

commandName 命令执行文件名

命令后续参数以字符串数组的方式传入

返回值

int 执行命令后输出总行数

[]string 执行命令后输出内容按行放入字符串数组

func ExecCommandTail

func ExecCommandTail(commandName string, params ...string) (int, []string, error)

ExecCommandTail 实时打印执行脚本过程中的命令

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL