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

--appimage-help exceeds 80 characters #66

Open
probonopd opened this issue Aug 10, 2024 · 2 comments
Open

--appimage-help exceeds 80 characters #66

probonopd opened this issue Aug 10, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@probonopd
Copy link
Member

image

--appimage-extract text is too long, does not fit into the standard window width of many terminals

@probonopd probonopd added the bug Something isn't working label Aug 10, 2024
probonopd added a commit that referenced this issue Aug 10, 2024
@TheAssassin
Copy link
Member

A fancier solution would involve reading the terminal's width and formatting the strings accordingly. But that would be overkill.

@andy5995
Copy link

What about something like this:

            "AppImage options:\n\n"
            "  --appimage-extract [<pattern>]\n"
            "           Extract content from embedded filesystem image\n"
            "           If pattern is passed, only extract matching files\n"
            "  --appimage-help                 Print this help\n"
            "  --appimage-mount                \n"
            "           Mount embedded filesystem image and print\n"
            "           mount point and wait for kill with Ctrl-C\n"
            "  --appimage-offset               Print byte offset to start of embedded\n"
            "                                  filesystem image\n"

andy5995 added a commit to andy5995/type2-runtime that referenced this issue Sep 29, 2024
andy5995 added a commit to andy5995/type2-runtime that referenced this issue Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants