Sanity checks
What CLI tool does this relate to?
cd, ls
Which statement makes the most sense?
There is a bug with this completion spec
Issue Details
after downloading q on my remote ssh machine, the installation did not work. The glibc was already installed.
I already referred to the installation guide here
❯ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3.8) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
❯ ./q/install.sh
[ERROR] Could not find glibc.
[ERROR] This release built for a GNU system with glibc 2.34 or newer, try installing the musl version of the CLI.
Sanity checks
git checkoutis missing options ingitcompletion spec). If your issue is more general, please create your issue here: withfig/figWhat CLI tool does this relate to?
cd, ls
Which statement makes the most sense?
There is a bug with this completion spec
Issue Details
after downloading
qon my remote ssh machine, the installation did not work. Theglibcwas already installed.I already referred to the installation guide here