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

Feature request: specify projectfile on the command line instead of "khafile.js" #24

Closed
sh-dave opened this issue Dec 17, 2015 · 0 comments

Comments

@sh-dave
Copy link
Contributor

sh-dave commented Dec 17, 2015

Hi Robert,

while fiddling about with --from and --to i thought it would be nice to be able to specify the project file on the command line instead of having a hardcoded "khafile.js". If i take the example from #23, i have

@node Kha/make --target flash --from src/spriter/example-kha-g2 --to build/example-kha-g2
@node Kha/make --target flash --from src/spriter/example-kha-g4 --to build/example-kha-g4

What i'd like to do is something like ...

@node Kha/make --target flash --projectfile example-kha-g2.js --to build/example-kha-g2
@node Kha/make --target flash --projectfile example-kha-g4.js --to build/example-kha-g4

... so i don't have to keep the project files in diffrent subdirs.

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

2 participants