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

display IPC path in anvil launch output #7525

Closed
mattsse opened this issue Mar 30, 2024 · 1 comment · Fixed by #7526
Closed

display IPC path in anvil launch output #7525

mattsse opened this issue Mar 30, 2024 · 1 comment · Fixed by #7526
Assignees
Labels
first issue A good way to start contributing T-feature Type: feature

Comments

@mattsse
Copy link
Member

mattsse commented Mar 30, 2024

Component

Anvil

Describe the feature you would like

Add IPC path to launch info

/// Prints the launch info
pub(crate) fn print(&self, fork: Option<&ClientFork>) {
self.config.print(fork);
if !self.config.silent {
println!(
"Listening on {}",

Additional context

No response

@mattsse mattsse added T-feature Type: feature first issue A good way to start contributing labels Mar 30, 2024
@kamuik16
Copy link
Contributor

can do this one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first issue A good way to start contributing T-feature Type: feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants