diff options
author | Michael Kuhn <michael.kuhn@ovgu.de> | 2023-11-05 23:32:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-05 14:32:09 -0800 |
commit | 141c7de5d89f32b203438e1d6fca1efd817299f7 (patch) | |
tree | 2a3ffa8d750b1f16314a91efe46e9df17c0de7ec /README.md | |
parent | f6b23b4653c73f60e826086154cad3040c1b61a7 (diff) | |
download | spack-141c7de5d89f32b203438e1d6fca1efd817299f7.tar.gz spack-141c7de5d89f32b203438e1d6fca1efd817299f7.tar.bz2 spack-141c7de5d89f32b203438e1d6fca1efd817299f7.tar.xz spack-141c7de5d89f32b203438e1d6fca1efd817299f7.zip |
Add command and package suggestions (#40895)
* Add command suggestions
This adds suggestions of similar commands in case users mistype a
command. Before:
```
$ spack spack
==> Error: spack is not a recognized Spack command or extension command; check with `spack commands`.
```
After:
```
$ spack spack
==> Error: spack is not a recognized Spack command or extension command; check with `spack commands`.
Did you mean one of the following commands?
spec
patch
```
* Add package name suggestions
* Remove suggestion to run spack clean -m
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions