onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 62 forks source link

Fix bug from `flow deps add` command missing Flags field #1539

Closed jribbink closed 2 months ago

jribbink commented 2 months ago

Description

There's a bug in dependency manager command flags causing an error to always be shown at startup. This is a quick patch to work around it.

Screenshot 2024-04-24 at 6 07 00 PM

It's displaying this "specification must be a struct pointer" message, probably coming from some reflection happening inside sconfig where it doesn't like missing flags.


For contributor use: