Remind developers to update tab completion script (#4148)

This commit is contained in:
Adam J. Stewart
2017-05-05 18:52:28 -05:00
committed by GitHub
parent f55eddb9bd
commit 73896e9481

View File

@@ -336,6 +336,10 @@ your command. If it isn't used very frequently, changes to the rest of
Spack can cause your command to break without sufficient unit tests to
prevent this from happening.
Whenever you add/remove/rename a command or flags for an existing command,
make sure to update Spack's `Bash tab completion script
<https://github.com/adamjstewart/spack/blob/develop/share/spack/spack-completion.bash>`_.
----------
Unit tests
----------