Closed timriley closed 4 years ago
@jodosha FYI, since this fix has already been made inside dry-cli (see https://github.com/dry-rb/dry-cli/blob/767bfaea7aa663756f6a244a89fc3d244fe12f1c/lib/dry/cli.rb#L114), I'm just going to merge this straight in.
Before this change, any CLI users would see a warning like this every time a command was invoked:
For a CLI tool, having this extra output noise is really undesirable.
I know we'll eventually be moving hanami/hanami to use dry-cli under the hood, but this fix here in the meantime will help anyone currently using the hanami unstable branches.