Hook is the string that gets evaluated into the host shell config and setups direnv as a prompt hook.
()
| 9 | // Hook is the string that gets evaluated into the host shell config and |
| 10 | // setups direnv as a prompt hook. |
| 11 | Hook() (string, error) |
| 12 | |
| 13 | // Export outputs the ShellExport as an evaluatable string on the host shell |
| 14 | Export(e ShellExport) (string, error) |
no outgoing calls
no test coverage detected