aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/help.py
Commit message (Expand)AuthorAgeFilesLines
* `usage` doesn't exist. return None insteadGravatar jesopo2020-02-101-1/+1
* init `usages` variable, for the case that there's no usageGravatar jesopo2020-02-031-0/+1
* forgot to change `usage` to `usages_kwarg`Gravatar jesopo2020-01-271-1/+1
* support spec arg "context" (e.g. private only), marked exported as privateGravatar jesopo2020-01-251-3/+8
* when available, use command spec for !help usageGravatar jesopo2020-01-251-5/+8
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-0/+124