We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nala list
Could developers add and option to nala list so only package name, version, system and repository are shown?
Current:
$ nala list nala libdynalang-java 0.4-3.1 [Ubuntu/jammy universe] └── JVM Dynamic Languages Metaobject Protocol nala 0.11.1~bpo22.04.1 [Ubuntu/jammy universe] ├── está instalado └── Commandline frontend for the APT package manager
I wish (-h for headings only):
-h
$ nala list -h nala libdynalang-java 0.4-3.1 [Ubuntu/jammy universe] nala 0.11.1~bpo22.04.1 [Ubuntu/jammy universe]
It's easier to read this way. Alternatively, make this the standard output to nala list, using -f for short info and -Fto --full.
-f
-F
--full
The text was updated successfully, but these errors were encountered:
I have opened a similar issue in #21
Sorry, something went wrong.
No branches or pull requests
Could developers add and option to
nala list
so only package name, version, system and repository are shown?Current:
I wish (
-h
for headings only):It's easier to read this way. Alternatively, make this the standard output to
nala list
, using-f
for short info and-F
to--full
.The text was updated successfully, but these errors were encountered: