You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my reading of the code, the argument parser called by paw may panic before human-panic gets called to replace the panic hook, and if that happens the user ends up with a not-so-helpful error message.
Are there any plans for addressing this, particularly given the intention of including something like paw in std in the future?
PS. The issue template refers to a silver package.
From my reading of the code, the argument parser called by
pawmay panic beforehuman-panicgets called to replace the panic hook, and if that happens the user ends up with a not-so-helpful error message.Are there any plans for addressing this, particularly given the intention of including something like
pawinstdin the future?PS. The issue template refers to a
silverpackage.