question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Need short alias for --config-location

See original GitHub issue

Checklist

Description

–config-location is excessively long especially if one uses it more than once. even using it only once it is still longer than some thing the config might be holding. Ex:

yt-dlp --config-location MusicAlbums.conf <url>
vs
ytdlp -x --audio-format mp3 <url>

so something like -CL <config-location> would shorten it and make it much less annoying for short but less memorable strings

Verbose log

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pukkandancommented, Apr 18, 2022

Option names can be shortened as long as there is no ambiguity. So --config works

0reactions
DaVypercommented, Aug 14, 2022

It’s not an error, you need to specify a config file after --conf/–config-location as yt-dlp isn’t a mind reader

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot - Spring.config.location - Stack Overflow
I have a spring boot application on a server location. I use --spring.config.location property to specify application.properties in an ...
Read more >
MyBatis 3 | Configuration
If you use either and want default property values, ... A type alias is simply a shorter name for a Java type. ......
Read more >
Configuring qutebrowser
If you don't want to have a config file which is curated by hand, you can simply use those - see "Configuring qutebrowser...
Read more >
Introduction to IPython configuration
Many frequently used options have short aliases and flags, such as --matplotlib (to integrate with a matplotlib GUI event loop) or --pdb (automatic ......
Read more >
Appendix A. Configuration Options - GitLab
Enable if you want to fetch all, even the read messages from the server. ... An attribute set that maps aliases (the top...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found