-
Notifications
You must be signed in to change notification settings - Fork 523
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
Introduce the new default commands + Add a reference for the configuration + Add some debug information along #955
base: master
Are you sure you want to change the base?
Introduce the new default commands + Add a reference for the configuration + Add some debug information along #955
Conversation
Signed-off-by: alexis-opolka <[email protected]>
Signed-off-by: alexis-opolka <[email protected]>
…oaded from Signed-off-by: alexis-opolka <[email protected]>
Signed-off-by: alexis-opolka <[email protected]>
Signed-off-by: alexis-opolka <[email protected]>
Signed-off-by: alexis-opolka <[email protected]>
Signed-off-by: alexis-opolka <[email protected]>
Signed-off-by: alexis-opolka <[email protected]>
Great! Could you please just fix the |
@alexis-opolka Is this ready for review? Is it intentional that the |
@denisidoro I should be able to do that next weekend.
@kit494way , The |
I think it is better to include |
What I was trying to do was to get where it has been loaded from on a logical level and not on a technical level. What I can propose is to remove the configuration values from
We can then get the real values since we know where to search. This way also solves the issue I had on how to print the value. |
I'm OK with that. For the default config file, |
Signed-off-by: alexis-opolka <[email protected]>
Signed-off-by: alexis-opolka <[email protected]>
Another review would be appreciated in case I missed something otherwise I think this PR should be good to be merged. |
I'll introduce the documentation on another PR, after #943 . |
This PR is the result of the discussions in #938.
It adds the following:
Two new info commands (
default-cheats-path
anddefault-config-path
) supposed to take over from the old info commands (cheats-path
andconfig-path
)Introduces a deprecation notice on the old info commands
Adds a reference inside the configuration on where it has been loaded from
Adds some minor debug expressions
Standardizes the way the functions retrieve the paths for each platform without introducing a breaking change (normally)
(EDIT) It updates the documentation accordingly
Fixes: #851