You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #108 the argument parsing was switched from docopt to clap. This resulted in the removal of the examples:
Examples:
$ tldr tar
$ tldr --list
To control the cache:
$ tldr --update
$ tldr --clear-cache
To render a local file (for testing):
$ tldr --render /path/to/file.md
The usage docs should probably be updated to include some examples like this. In general, we should explain to the user how tealdeer can be used. (This can be done through examples, but other means are possible as well.)
The text was updated successfully, but these errors were encountered:
In #108 the argument parsing was switched from docopt to clap. This resulted in the removal of the examples:
The usage docs should probably be updated to include some examples like this. In general, we should explain to the user how tealdeer can be used. (This can be done through examples, but other means are possible as well.)
The text was updated successfully, but these errors were encountered: