summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-05-05 18:52:28 -0500
committerGitHub <noreply@github.com>2017-05-05 18:52:28 -0500
commit73896e94810df41202d8b1d344218ab8adf40f1b (patch)
tree08e8f1250f4f23c915a01108c9ae8d8075748e36 /lib
parentf55eddb9bd0bcefe637093cdcb22328dbd7f0e62 (diff)
downloadspack-73896e94810df41202d8b1d344218ab8adf40f1b.tar.gz
spack-73896e94810df41202d8b1d344218ab8adf40f1b.tar.bz2
spack-73896e94810df41202d8b1d344218ab8adf40f1b.tar.xz
spack-73896e94810df41202d8b1d344218ab8adf40f1b.zip
Remind developers to update tab completion script (#4148)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/developer_guide.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/spack/docs/developer_guide.rst b/lib/spack/docs/developer_guide.rst
index ea8d50c6ca..96b4436683 100644
--- a/lib/spack/docs/developer_guide.rst
+++ b/lib/spack/docs/developer_guide.rst
@@ -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
----------