luet/cmd
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
..
repo Move repository helpers under config 2020-02-12 10:20:07 +01:00
build.go Add Nodeps, Onlydeps and Force options to Compiler 2020-02-18 18:36:44 +01:00
cleanup.go Move repository helpers under config 2020-02-12 10:20:07 +01:00
config.go cmd/config: Align print to new tags 2020-01-02 18:38:07 +01:00
convert.go Concurrency option is now global 2020-01-01 13:43:22 +01:00
create-repo.go cmd/create-repo: Permit to use repository from config 2020-02-02 11:29:05 +01:00
install.go Add --nodeps, --onlydeps and --force to Installer 2020-02-18 18:37:56 +01:00
repo.go cmd/repo: Add update command 2020-01-12 23:36:08 +01:00
root.go Add a way to extend the CLI with external binaries 2020-02-18 23:08:14 +01:00
search.go Hook config when generating the SolverOptions, display debug message about solver type 2020-02-12 12:24:07 +01:00
serve-repo.go Add serve-repo for a minimal embedded micro http server 2020-01-31 21:22:15 +01:00
uninstall.go Add --nodeps, --onlydeps and --force to Installer 2020-02-18 18:37:56 +01:00
upgrade.go Add --nodeps, --onlydeps and --force to Installer 2020-02-18 18:37:56 +01:00