Skip to content

Commit

Permalink
fix(upload): allow empty chat. #176
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed May 15, 2023
1 parent 1641a60 commit 6d964c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func NewUpload() *cobra.Command {
cmd.Flags().StringSliceVarP(&opts.Excludes, "excludes", "e", []string{}, "exclude the specified file extensions")

// completion and validation
_ = cmd.MarkFlagRequired(_chat)
_ = cmd.MarkFlagRequired(path)

return cmd
Expand Down

0 comments on commit 6d964c6

Please sign in to comment.