idontuseversioncontrol
Results
3
comments of
idontuseversioncontrol
+1, this would be really useful. For now, use SwiftGen if you want this feature.
If you have the code in your project, you can do this: ``` import shlex import youtube_upload.main upload_arguments='--title "test" --privacy private movie.mp4' youtube_upload.main.main(shlex.split(upload_arguments)) ```
i absolutely love it