mirror of
https://github.com/Luzifer/ots.git
synced 2025-05-17 05:22:26 -04:00
[#154] Improve UX for rejected / allowed files
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
dc47bf0861
commit
3ebc896169
3 changed files with 10 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue