[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master b06fbce 03/62: Completion: Fix indentations
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master b06fbce 03/62: Completion: Fix indentations |
Date: |
Thu, 13 May 2021 22:20:45 -0400 (EDT) |
branch: master
commit b06fbce8108ce111174adeb9e67f413f40b69c09
Author: Pedram Ashofteh Ardakani <pedramardakani@pm.me>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Completion: Fix indentations
---
bin/cosmiccal/astcosmiccal-completion.bash | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/cosmiccal/astcosmiccal-completion.bash
b/bin/cosmiccal/astcosmiccal-completion.bash
index c7479da..50c1aed 100644
--- a/bin/cosmiccal/astcosmiccal-completion.bash
+++ b/bin/cosmiccal/astcosmiccal-completion.bash
@@ -18,8 +18,8 @@ _astcosmiccal_completions(){
if [ $prev = "--lineatz" ]; then
# Show all sub options in "lineatz"
COMPREPLY=($(compgen -W "$(astcosmiccal --listlines | \
- awk '!/^#/ {print $2}') " \
- -- "$word"));
+ awk '!/^#/ {print $2}') " \
+ -- "$word"));
else
# Show all options in CosmicCalculator:
COMPREPLY=($(compgen -W "$(astcosmiccal --help | \
- [gnuastro-commits] master updated (ffc7608 -> b947f79), Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master 1c1fe3d 01/62: New feature: Auto Complete (WIP), Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master c02ae2c 02/62: Completion: feed options from `help`, Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master b06fbce 03/62: Completion: Fix indentations,
Mohammad Akhlaghi <=
- [gnuastro-commits] master a829b24 05/62: Completion: Suggest FITS files in relevant options, Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master 3da00c3 07/62: Table: Prepare initial completion script, Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master 477d23d 06/62: Rename completion files, Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master 39efeea 08/62: Table: First working completion, general commands, Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master 32cbe32 13/62: Table: Completion, better formatting, add function, Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master d631f5b 15/62: Table: Completion, remove global variables, etc, Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master f4cf33d 17/62: Tabel: Completion, examine for fits availability, Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master e1c1a4b 18/62: Table: Completion, fix 'wcshdu', Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master 6fe9cb6 20/62: Table: Completion, refactor awk regex fits name, Mohammad Akhlaghi, 2021/05/13
- [gnuastro-commits] master c593823 23/62: Table: Completion, fix hdu and fits suggestions, Mohammad Akhlaghi, 2021/05/13