Update the executeReadOnlyShell function to handle numbers in command arguments,
such as 'tree -L 3', by changing Args to []interface{} and converting them to strings
before execution. Add strconv import for formatting.
|
||
|---|---|---|
| .. | ||
| loader.go | ||
| runner.go | ||
| types.go | ||