[Enhancement] search platform list to find a command #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[Enhancement] Search commands in all platforms if it is not found in current user's platform
What does it do?
make tldr-c-client to find a command in all platforms if it is not found in user's platform.
Why the change?
To enhance tldr-c-client as mentioned in #96
How can this be tested?
run
tldr <command>
where the command is not found in current user's platform.After this change, it should be able to find the command description even it is not in user's platform.
Where to start code review?
Main change: src/parser.c
Relevant tickets?
#96
Questions?
<Ask us anything!>
Checklist
make
and tested the change in an active installation withsudo make install
.