mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Added test cases for cmd, which and asyncExec
This commit is contained in:
@@ -59,3 +59,10 @@ shelljs.uniq(opts, file1, file2);
|
||||
|
||||
shelljs.cat(file).sed(regex, replacement).exec(cmd);
|
||||
shelljs.cat(file).exec(cmd);
|
||||
|
||||
shelljs.cmd(cmd, arg1, arg2, options);
|
||||
shelljs.cmd(cmd);
|
||||
shelljs.which(file);
|
||||
|
||||
const shelljssync = require("async-shelljs");
|
||||
shelljssync.asyncExec(cmd, opts, cb);
|
||||
|
||||
Reference in New Issue
Block a user