Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

add an info component to print where to connect to the application #207

Merged
merged 1 commit into from
Aug 1, 2017

Conversation

featheredtoast
Copy link
Collaborator

Have a component that prints out where the server starts, so it gets printed when the system starts, rather than when main is called. This adds an info line to how to connect to your application, even when main isn't called (eg, starting from the repl, in dev mode).

Not against a redirect, but I feel like there should be some sort of print line in any environment.

(Partially) Addresses the first point brought up on the mailing list.

This might be overkill - we could alternatively just print in an overridden (go) function, or something of that nature, but this ensures that we print the message every time the system is started.

@plexus plexus merged commit b59e2f9 into plexus:master Aug 1, 2017
@plexus
Copy link
Owner

plexus commented Aug 1, 2017

I've put it in for now, we can always iterate on this. It does mean the template is getting more bulky, but it reinforces the pattern of having extra components which is good.

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

Successfully merging this pull request may close these issues.

2 participants