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

feat(iroh): make out argument required for iroh get #1786

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

dignifiedquire
Copy link
Contributor

When using iroh get always require --out to specify the place to store the output.

# stdout
> iroh get --ticket <TICKET> --out STDOUT
# directory
> iroh get --ticket <TICKET> --out ./my-dir

Closes #843

When using `iroh get` always require `--out` to specify the place to store the output.

```sh
# stdout
> iroh get --ticket <TICKET> --out STDOUT
# directory
> iroh get --ticket <TICKET> --out ./my-dir
```

Closes #843
@dignifiedquire dignifiedquire added this pull request to the merge queue Nov 9, 2023
Merged via the queue into main with commit 0e0f641 Nov 9, 2023
15 checks passed
@dignifiedquire dignifiedquire deleted the feat-explicit-get branch November 9, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Make creating a directory the default when asking for a collection with more than 1 element.
2 participants