luet/pkg/helpers
Ettore Di Giacinto 647ea35983
Add a way to extend the CLI with external binaries
This lets luet to be extended like git does (just by having luet-subcommand binaries under $PATH)
following the UNIX filosophy. It has the downside that we silence the errors from cobra and we handle
them by ourselves.

Also the Exec syscall is not portable, and it should have implementation for each platform (hence why in helpers)
2020-02-18 23:08:14 +01:00
..
archive.go Respect argument passed to Untar in helpers 2020-02-11 16:55:00 +01:00
file_test.go Add tests for helpers 2019-11-04 17:25:09 +01:00
file.go Use a smarter copy 2019-11-23 19:13:32 +01:00
helpers_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
math.go Add Factorial helper 2020-02-11 15:00:28 +01:00
sys.go Add a way to extend the CLI with external binaries 2020-02-18 23:08:14 +01:00