diff options
author | Urban Müller | 2023-08-15 15:23:16 +0200 |
---|---|---|
committer | Urban Müller | 2023-08-15 15:23:16 +0200 |
commit | c452cfd5d6136a3e1e67e2af9d92b0d89752b3e8 (patch) | |
tree | 9be65dfb96b1f3d000ba42a8b4edbee0e6458a41 | |
parent | 4c590bc4d00d3a9eba27db8f78fc7e16f65fef29 (diff) | |
download | itools-c452cfd5d6136a3e1e67e2af9d92b0d89752b3e8.tar.gz itools-c452cfd5d6136a3e1e67e2af9d92b0d89752b3e8.tar.bz2 itools-c452cfd5d6136a3e1e67e2af9d92b0d89752b3e8.zip |
docs fix
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -678,7 +678,7 @@ static function filter_keys($array, $keys, $p = array()) * {-opts} array of opts => {value,true,false,null}: it::exec('ls {-opts}', ['-opts' => ["-l" => true]]); * @param $cmd Format string with {keywords} a la ET() * @param $args varargs, contains key => val arrays or positionals for filling in cmd line. val=null expands to nothing - * '_callback' optional closure, $fn($cmd) => print($cmd) for echo, => !print($cmd) for echo and suppress + * '_callback' optional closure, $fn($cmd) => print("$cmd\n") for echo, => !print($cmd) for echo and suppress * @return output of command. shell errors not detectable, consider it::system or see /www/server/log/error_log */ static function exec($cmd, ...$args) |