Skip to content

Commit

Permalink
disallow exe on strings
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Feb 24, 2020
1 parent 5f84354 commit 13738f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FFMPEG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ function exe(arg::Cmd; command = ffmpeg, collect = false)
end
end

exe(arg::String; kwargs...) = exe(Cmd([arg]); kwargs...)

"""
ffmpeg_exe(arg::Cmd)
ffmpeg_exe(args::String...)
Expand Down

2 comments on commit 13738f1

@asinghvi17
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/9958

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" 13738f1b932a0cd7e81d8f610d064ffd487877cd
git push origin v0.3.0

Please sign in to comment.