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

Fixes issue #2129 ("can't export as loop with CLI") #2131

Merged
merged 1 commit into from Aug 12, 2015

Commits on Aug 12, 2015

  1. Fixes issue 2129 ("can't export as loop with CLI")

    Adds a new command line option to render a song as a loop ("-l", "--
    loop-mode").
    
    Also cleaned up the code which parses the command line options by
    pulling out methods that print the version and the help.
    
    Updated man page: Added the new option to command line render a loop. Updated
    the data of the man page and the URLs.
    
    Added information about option to bypass root user check on startup
    
    Calculate the copyright year dynamically
    
    The command line options for help and version info both print the
    copyright as "2004-2014". Until now the value for the second year had to
    be adjusted manually. With this patch they are computed dynamically so
    that the current year will always be used.
    michaelgregorius committed Aug 12, 2015
    Copy the full SHA
    02f9447 View commit details
    Browse the repository at this point in the history