summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/commands.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-06Add support for aliases (#17229)Michael Kuhn1-3/+7
2023-08-30completion: add alias handlingTodd Gamblin1-0/+3
2023-08-09Fix suffix of tab completion scripts (#39154)Adam J. Stewart1-2/+2
2023-07-22Implement fish completion (#29549)百地 希留耶1-9/+463
2023-07-04spack commands: add type hints and docstrings (#38705)Adam J. Stewart1-33/+162
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-6/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-62/+83
2022-03-09Fix tab completion erroring with `spack unit-test` (#29405)百地 希留耶1-1/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+3
2021-01-27spack setup: remove the command for v0.17.0 (#20277)Adam J. Stewart1-13/+0
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-05-09bugfix: don't use sys.stdout as a default arg value (#16541)Todd Gamblin1-1/+2
2020-01-23commands: add simple `spack commands --update-completion` argument (#14607)Todd Gamblin1-2/+58
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-17/+108
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-05-26commands: Add --header and --update options to `spack commands`Todd Gamblin1-21/+67
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-05-17init: make spack.cmd.all_commands lazyTodd Gamblin1-1/+1
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-02-12Rework command reference in docs, add `spack commands` commandTodd Gamblin1-0/+142