gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 328ab31 19/62: Table: Completion, thoughts on


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 328ab31 19/62: Table: Completion, thoughts on short options
Date: Thu, 13 May 2021 22:20:47 -0400 (EDT)

branch: master
commit 328ab310904ead9e220bc05002c60066459d9cfc
Author: Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Table: Completion, thoughts on short options
    
    Just a comment in the autocompletion file. The comment explains why
    short options are not shown to the user for autocompletion. However,
    they are taken into account when someone types them.
---
 bin/table/completion.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/bin/table/completion.sh b/bin/table/completion.sh
index 8f491d3..d77f0f6 100644
--- a/bin/table/completion.sh
+++ b/bin/table/completion.sh
@@ -6,6 +6,12 @@
 # Contributing authors:
 # Mohammad Akhlaghi <mohammad@akhlaghi.org>
 
+# A thought on short options. I thing they should not be covered by the
+# autocompletion. Because only the advanced users may use them. And it is
+# possible to mix them up. So, only those will use the short options who
+# know what they are doing. Hence, they will not need the autocompletion
+# feature binded to the short options.
+
 # TIP: Run the command below to initialize the bash completion feature for
 # this specific program (i.e. astcosmiccal):
 # $ source astcosmiccal-completion.bash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]