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

Allow user to set default arguments to main. #346

Closed
5 tasks done
coollog opened this issue Jun 1, 2018 · 4 comments
Closed
5 tasks done

Allow user to set default arguments to main. #346

coollog opened this issue Jun 1, 2018 · 4 comments
Assignees

Comments

@coollog
Copy link
Contributor

coollog commented Jun 1, 2018

drop wizard requires it

@patflynn

  • Add Cmd to ContainerConfigurationTemplate
  • Add javaArguments to BuildConfiguration
  • Set Cmd in ImageToJsonTranslator
  • Add parameter args to jib-maven-plugin
  • Add parameter args to jib-gradle-plugin
@coollog
Copy link
Contributor Author

coollog commented Jun 2, 2018

Should we have the parameter be called args, mainArgs, or cmd?

@patflynn
Copy link
Contributor

patflynn commented Jun 4, 2018

+1 to args

~ $ java
Usage: java [-options] class [args...]
           (to execute a class)

@TadCordle
Copy link
Contributor

+1 args

@coollog
Copy link
Contributor Author

coollog commented Jun 4, 2018

Looks like args it is

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

No branches or pull requests

3 participants