Some basic house keeping
Compare changes
+ 17
− 18
@@ -46,7 +46,7 @@ import (
@@ -132,19 +132,19 @@ func filterFlagSlice(input []string) (commandSlice []string, flagSlice []string)
@@ -158,7 +158,7 @@ func deviceGetCompletion(c *PromptCompleter, d prompt.Document, inputSplit []str
@@ -216,16 +216,16 @@ func completionBasedOnCmd(c *PromptCompleter, cmd *cobra.Command, inputSplit []s
@@ -236,11 +236,11 @@ func completionBasedOnCmd(c *PromptCompleter, cmd *cobra.Command, inputSplit []s
@@ -255,11 +255,11 @@ func getDevices() ([]prompt.Suggest, error) {
@@ -347,7 +347,6 @@ var exitCmd = &cobra.Command{