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

stringify: add new method #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sergkudinov
Copy link
Contributor

No description provided.

@wdavidw
Copy link
Member

wdavidw commented May 17, 2019

Please strip down your example to the essential, why defining host and port if you don't use it.

@sergkudinov
Copy link
Contributor Author

If you talk about ../doc/api/stringify.md, then I use host and port options below in the examples.
for example:

app.compile([{
  config: "app.yml"
},{
  command: "start",
  host: "127.0.0.1",
  port: 80
}]).should.eql(
  ["--config", "app.yml", "start", "--host", "127.0.0.1", "--port", "80"]
);

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

Successfully merging this pull request may close these issues.

2 participants