[VOL-5291] - pon & nni stats changes, onu stats from OLT, onu stats from onu
Change-Id: I4f23cb1b1276d27ca6f2c183875b8b227f772edd
Signed-off-by: Akash Reddy Kankanala <akash.kankanala@radisys.com>
diff --git a/internal/pkg/commands/completion.go b/internal/pkg/commands/completion.go
index 0052a10..fa66982 100644
--- a/internal/pkg/commands/completion.go
+++ b/internal/pkg/commands/completion.go
@@ -17,6 +17,7 @@
import (
"fmt"
+
flags "github.com/jessevdk/go-flags"
"github.com/opencord/voltctl/internal/pkg/completion"
)
@@ -34,6 +35,6 @@
}
func (options *BashOptions) Execute(args []string) error {
- fmt.Println(completion.Bash)
+ fmt.Print(completion.Bash)
return nil
}