jatoben/CommandLine

[Feature Request] git/pod sub command support

hewigovens opened this issue · 6 comments

It's nice to have sub commands support, like git add/commit, pod install etc...

I agree, this would be a useful feature. I'll look at adding it in the near future.

👍 I just can't get this library integrated into my project setup. spent ages on it and giving up

Hello @samskiter!

See the bottom of the README usage section, #5, and #15. Remember, you can always simply copy the 3 source files into your project in Xcode via Build Phases > Compile Sources of your target. A step up from that would be to use a Git submodule, and then add to Xcode.

@jatoben Great library, but I agree that subcommands would be a very nice addition. I would have needed it right now, actually. ^^

Do you have any idea when 'near future' could be? :)

I just implemented sub commands using CommandLine myself. You can see my implementation here. The usage can be seen here. I hope it helps some people to also implement it themselves or even to get this feature started? :)

This repository is being archived. See #111.