Ian Anderson

Results 4 issues of Ian Anderson

MacDown should support light/dark mode in a similar fashion to Xcode. 1. Each Editor Theme should have a Light/Dark variant. 2. If a light editor theme is selected and the...

I have a superclass/subclass situation where there's a class method that's only implemented in the superclass. The class method is often called as [[self class] classMethod] (as a general pattern...

enhancement

I have a command line tool that invokes another tool, and I'd like to allow the user to pass arguments for the underlying tool. In other words: ``` my-tool my-argument...

Flags can be mutually exclusive, but there isn't a way to do that for options. e.g. you can't have `[--arch | --target ]` Ideally these could be nested like `[[--one...