elvish/pkg/eval/platform
Kurtis Rader a14d859a09 Implement $platform:is-unix and is-windows
This will facilitate elvish scripts determining whether it is safe to
`use unix` or `use windows`. The implementation of the `unix` module is
out for review in a separate commit. The `windows` module is likely to
be implemented in the near future.
2020-04-01 22:46:25 +01:00
..
platform_test.go Implement $platform:is-unix and is-windows 2020-04-01 22:46:25 +01:00
platform.go Implement $platform:is-unix and is-windows 2020-04-01 22:46:25 +01:00
unix.go Implement $platform:is-unix and is-windows 2020-04-01 22:46:25 +01:00
windows.go Implement $platform:is-unix and is-windows 2020-04-01 22:46:25 +01:00