Todd Leonhardt
Todd Leonhardt
@anselor Is this something you are still interested in? If not I'm going to close this issue.
@ZakCheb This is an interesting idea for a feature request. At first glance to me, it feels like an anti-pattern. I don't want to help users type the wrong thing...
@alhernau This is a good callout since end users tend to care a lot about performance and startup time. I like this idea for a feature request. We can look...
@crotwell Phillip, thanks for the PR! Can you please run `black` to auto-format your changes? That way all of our tests will pass. @anselor @kmvanbrunt You guys are more familiar...
@crotwell Formatting is still broken due to isort. I added a new invoke task you can run with `inv format` which will auto-format code using both black and isort.
@kmvanbrunt @anselor Now that all tests are passing, could one or both of you please review this PR? IMO I don't like that it is only a partial solution. On...
@kmvanbrunt What other changes do you typically make in your developer mode?
@kmvanbrunt Do you think that is a generic enough functionality that we should add it into cmd2, perhaps as an opt-in feature supported by an optional flag provided to the...
I like the idea of adding a "developer" mode option to the cookie cutter template and possibly adding some kind of support for it to `cmd2` itself. At a minimum,...
I'm pretty sure @kmvanbrunt uses `argparse` to parse various command line arguments when his cmd2-based application launches and then based on them passes various arguments to the `__init__` method of...