-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add Environment Variables documentation to the book #125
base: master
Are you sure you want to change the base?
Conversation
Yes add a new section called |
Regarding |
Thanks for the answer. So I will just omit |
Done, let me know how it looks |
_quarto.yml
Outdated
- src/configuration/compile-time_variables.md | ||
- src/configuration/run-time_variables.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe use underscores instead of dashes for the files.
@@ -0,0 +1,34 @@ | |||
## Run-Time Variables | |||
|
|||
After successful compilation, run-time variables will be exposed to change the default behavior of rizin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After successful compilation, run-time variables will be exposed to change the default behavior of rizin. | |
Run-time variables (also known as environment variables) can be used to change the default behavior when running rizin or tools. |
|
||
After successful compilation, run-time variables will be exposed to change the default behavior of rizin. | ||
|
||
Description of these run-time variables can be accessed by executing the command `rizin -hh` on a terminal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description of these run-time variables can be accessed by executing the command `rizin -hh` on a terminal. | |
The description of these run-time variables can be accessed by executing the command `rizin -hh` on a terminal. |
Done, that's the whole list of env vars that you can print with |
It aims to resolve the rizin issue rizinorg/rizin#4445, but its NOT yet ready to merge !
While trying to solve it, I've met 2 problems:
16. Build Variables
or create a new chapter?)rz-test
is not documented, so nowhere to put env var doc (should I also documentrz-test
?)