Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/codecov/codecov-…
Browse files Browse the repository at this point in the history
…action-5
  • Loading branch information
DilumAluthge authored Dec 15, 2024
2 parents 03f4dc2 + 68bb888 commit cc59c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArgTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ arg_read(f::Function, arg::IO) = f(arg)
arg_write(f::Function, arg::ArgWrite) -> arg
arg_write(f::Function, arg::Nothing) -> tempname()
The `arg_read` function accepts an argument `arg` that can be any of these:
The `arg_write` function accepts an argument `arg` that can be any of these:
- `AbstractString`: a file path to be opened for writing
- `AbstractCmd`: a command to be run, writing to its standard input
Expand Down

0 comments on commit cc59c5f

Please sign in to comment.