-
-
Notifications
You must be signed in to change notification settings - Fork 34
Add doc option #445
New issue
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
base: main
Are you sure you want to change the base?
Add doc option #445
Conversation
not just starting with assert*
Conflicts: CHANGELOG.md
Maybe during the build, assert.md could be processed and embedded into the final binary. |
Or perform a curl to download it from the internet if it hasn’t been done beforehand. |
@antonio-gg-dev I want to avoid using curl, because I dont want to depend on internet to render documentation. |
📚 Description
Right now all assertions can be found in the website https://bashunit.typeddevs.com/assertions
The goal is to enable finding those assertions from the
./bashunit
directly🔖 Changes
--doc [filter]
option✅ To-do list
CHANGELOG.md
to reflect the new feature or fix🖼️ Demo
The current problem is that the built is a standalone executable, so there is no access to "docs/assertions.md"... we have to find another way 🤔