Export outputs the ShellExport as an evaluatable string on the host shell
(e ShellExport)
| 12 | |
| 13 | // Export outputs the ShellExport as an evaluatable string on the host shell |
| 14 | Export(e ShellExport) (string, error) |
| 15 | |
| 16 | // Dump outputs and evaluatable string that sets the env in the host shell |
| 17 | Dump(env Env) (string, error) |
no outgoing calls
no test coverage detected