Implement compress action for commandline use (#5341)

This commit is contained in:
bahaokten
2020-05-19 13:02:01 -04:00
committed by GitHub
parent b6b75a5f21
commit c3e056a21d
2 changed files with 18 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ _lmms()
pars_render=(--float --bitrate --format --interpolation)
pars_render+=(--loop --mode --output --profile)
pars_render+=(--samplerate --oversampling)
actions=(dump render rendertracks upgrade)
actions=(dump compress render rendertracks upgrade)
actions_old=(-d --dump -r --render --rendertracks -u --upgrade)
shortargs+=(-a -b -c -f -h -i -l -m -o -p -s -v -x)