[#154] Improve UX for rejected / allowed files

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-12-01 18:54:46 +01:00
parent dc47bf0861
commit 3ebc896169
No known key found for this signature in database
GPG key ID: D91C3E91E4CAD6F5
3 changed files with 10 additions and 2 deletions

View file

@ -45,6 +45,8 @@ func init() {
}
func createRunE(cmd *cobra.Command, _ []string) (err error) {
cmd.SilenceUsage = true
var secret client.Secret
if client.HTTPClient, err = constructHTTPClient(cmd); err != nil {