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

cli: rpc-port argument is confusing and partially broken #1639

Closed
dignifiedquire opened this issue Oct 16, 2023 · 0 comments · Fixed by #1739
Closed

cli: rpc-port argument is confusing and partially broken #1639

dignifiedquire opened this issue Oct 16, 2023 · 0 comments · Fixed by #1739
Assignees
Labels
bug Something isn't working c-iroh
Milestone

Comments

@dignifiedquire
Copy link
Contributor

Currently when running iroh --rpc-port PORT start it will be ignored, but for all other commands this is the position it has to be. For it to be accepted iroh start --rpc-port PORT has to be used.

@dignifiedquire dignifiedquire added bug Something isn't working c-iroh labels Oct 16, 2023
@dignifiedquire dignifiedquire modified the milestones: v0.8.0, v0.9.0 Oct 16, 2023
@dignifiedquire dignifiedquire self-assigned this Oct 26, 2023
dignifiedquire added a commit that referenced this issue Oct 26, 2023
dignifiedquire added a commit that referenced this issue Oct 30, 2023
github-merge-queue bot pushed a commit that referenced this issue Oct 30, 2023
It is now possible to do any of these 

```
> iroh start --rpc-port 1234
> iroh --rpc-port 1234 start
> iroh console --rpc-port 1234
> iroh --rpc-port 1234 console
```

Closes #1639
divagant-martian pushed a commit to divagant-martian/iroh that referenced this issue Oct 31, 2023
It is now possible to do any of these 

```
> iroh start --rpc-port 1234
> iroh --rpc-port 1234 start
> iroh console --rpc-port 1234
> iroh --rpc-port 1234 console
```

Closes n0-computer#1639
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c-iroh
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant