We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0
With v1.0.0 coming around the corner, there are a few tasks required
Remove deprecated functions
core.init()
core.stacktrace_print()
Deprecate error handling functions
Remove error handling functions
Determine if functions like should_output_color and get_package_info should live here. It seems the should be somewhere else (like bash-utils)
should_output_color
get_package_info
bash-utils
The text was updated successfully, but these errors were encountered:
hyperupcall
No branches or pull requests
With
v1.0.0
coming around the corner, there are a few tasks requiredRemove deprecated functions
core.init()
core.stacktrace_print()
Deprecate error handling functions
Remove error handling functions
Determine if functions like
should_output_color
andget_package_info
should live here. It seems the should be somewhere else (likebash-utils
)The text was updated successfully, but these errors were encountered: