docs: truncate spack list
output in basic usage
`spack list` output is very long and takes up a lot of space in the docs. Truncate it to just 10 lines and link to the package list page.
This commit is contained in:
parent
d6cf3b6718
commit
ab21b3d194
@ -39,12 +39,15 @@ available. You can see a list of available package names at the
|
|||||||
``spack list``
|
``spack list``
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The ``spack list`` command prints out a list of all of the packages
|
The ``spack list`` command prints out a list of all of the packages Spack
|
||||||
Spack can install:
|
can install:
|
||||||
|
|
||||||
.. command-output:: spack list
|
.. command-output:: spack list
|
||||||
|
:ellipsis: 10
|
||||||
|
|
||||||
The packages are listed by name in alphabetical order.
|
There are thosands of them, so we've truncated the output above, but you
|
||||||
|
can find a :ref:`full list here <package-list>`.
|
||||||
|
Packages are listed by name in alphabetical order.
|
||||||
A pattern to match with no wildcards, ``*`` or ``?``,
|
A pattern to match with no wildcards, ``*`` or ``?``,
|
||||||
will be treated as though it started and ended with
|
will be treated as though it started and ended with
|
||||||
``*``, so ``util`` is equivalent to ``*util*``. All patterns will be treated
|
``*``, so ``util`` is equivalent to ``*util*``. All patterns will be treated
|
||||||
|
Loading…
Reference in New Issue
Block a user