case "$argument" in upgrade | full-upgrade | install | dist-upgrade | build-dep) option="install" ;; clean | autoclean) option="clean" ;; download) option="download" root=0 ;; source) option="source" root=0 ...
# ConsistentQuotesInMultiline: false Style/FrozenStringLiteralComment: Description: >- Add the frozen_string_literal comment to the top of files to help transition to frozen string literals by default. Enabled: false VersionAdded: "0.36" VersionChanged: "0.79" EnforcedStyle: always SupportedStyles:...