Natasha Craike

Results 4 issues of Natasha Craike

I'm sorry if this is something which is already documented somewhere. I've looked as best I can but can't find it covered in any documentation for this repo or the...

The documentation [home page](http://click.pocoo.org/5/) includes: > Click in three points: > - arbitrary nesting of commands > - automatic help page generation > - **supports lazy loading of subcommands at...

docs

For example, the word list contains a racial slur for a black person beginning with "n".

The `DependencyResolver`'s `__init__` takes two arguments, `dependency_register` and `resource_provider_register`, which both have default values of `None`: ``` python class DependencyResolver: def __init__( self, dependency_register=None, resource_provider_register=None): self.dependency_register = dependency_register self.resource_provider_register =...