mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-04-01 17:20:09 +02:00
🐛 Fix duplicate docblock
This commit is contained in:
@@ -20,16 +20,6 @@ protocol ShellProtocol: AnyObject {
|
|||||||
*/
|
*/
|
||||||
var exports: [String: String] { get set }
|
var exports: [String: String] { get set }
|
||||||
|
|
||||||
/**
|
|
||||||
Run a command synchronously. Use with caution!
|
|
||||||
|
|
||||||
Common usage:
|
|
||||||
```
|
|
||||||
let output = Shell.sync("php -v")
|
|
||||||
```
|
|
||||||
|
|
||||||
@return The shell output. If the command times out, returns empty output.
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
Run a command synchronously. Use with caution!
|
Run a command synchronously. Use with caution!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user