Skip to content
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

Multi-words commands #69

Closed

Conversation

igorshubovych
Copy link
Collaborator

It show the correct page when you type

$ tldr git add

You may wonder why I created such a complicated solution instead of just few lines in #47. There are reasons.

  • It builds index
  • The index is different from classic index.json, it is shorter, faster to load, faster to work with (object vs array)
  • The index can be used in future for other commands, i.e. --list, maybe in future --has-page

@igorshubovych
Copy link
Collaborator Author

I decided to redo it and split into 2 parts: index and the rest.

@igorshubovych igorshubovych deleted the multi-word-commands branch February 9, 2016 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant