From bf4fcdbeffc13f8fa12dbe4a0d97a9f7c3de5f84 Mon Sep 17 00:00:00 2001 From: Martin Nirtl Date: Tue, 18 Feb 2020 09:31:35 +0100 Subject: [PATCH] update todos --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d6bfdd5..5896216 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ Level up your docker-compose game during development! - finish makefile - implement arguement based command execution - add bash completion (check if async completion is also possible) + - add func for Args field (take valid args only but also no args for interactive mode) +- Add logging for verbose output (see doctl ?) + - inspect cmd only for external commands + - verboseFlag shall ignore timebridgers +- Write long command descriptions (eg. doctl help completion) - bind version, commit, date to vars provided on 'go build' - use Bats for system tests (https://github.com/sstephenson/bats)