mirror of
https://github.com/containers/skopeo.git
synced 2025-09-13 05:23:05 +00:00
Don't complete a space after '<transport>:'
Signed-off-by: Yedaya Katsman <yedaya.ka@gmail.com>
This commit is contained in:
@@ -18,5 +18,5 @@ func autocompleteSupportedTransports(cmd *cobra.Command, args []string, toComple
|
||||
suggestions = append(suggestions, tp+":")
|
||||
}
|
||||
}
|
||||
return suggestions, cobra.ShellCompDirectiveNoFileComp
|
||||
return suggestions, cobra.ShellCompDirectiveNoFileComp | cobra.ShellCompDirectiveNoSpace
|
||||
}
|
||||
|
Reference in New Issue
Block a user