Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structured approach to invoking command line #25

Open
rayh opened this issue Mar 26, 2012 · 1 comment
Open

Structured approach to invoking command line #25

rayh opened this issue Mar 26, 2012 · 1 comment

Comments

@rayh
Copy link
Owner

rayh commented Mar 26, 2012

Such that:

  • Xcode is isolated from the idiosyncrasies of command line option escaping, etc
  • Third-parties can intercept and modify built in commands
  • Third-parties can create new commands within a particular build context (builder.rb)

Perhaps by introduction of a Xcode::Command class that encapsulates the command and its arguments that is then sent to the Xcode::Shell.execute() method.

@rayh
Copy link
Owner Author

rayh commented Mar 13, 2013

We now have a Xcode::Shell::Command object which represents a structured command line, but we dont have a standard approach to creating/mutating the object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant