Clean up function names a little
This commit is contained in:
@@ -32,7 +32,7 @@ from utils.common import (
|
||||
)
|
||||
|
||||
|
||||
def main(args: argparse.Namespace) -> None:
|
||||
def appImage(args: argparse.Namespace) -> None:
|
||||
"""Build an AppImage."""
|
||||
try:
|
||||
import python_appimage # noqa: F401 # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user