mirror of
https://codeberg.org/Yael-II/Astrobs-Tools.git
synced 2026-03-15 03:16:27 +01:00
updated the help and README
This commit is contained in:
@@ -707,11 +707,12 @@ def print_help():
|
||||
"Help will be always given to those who ask for it [1].\n"
|
||||
"Available commands (not case sensitive):\n"
|
||||
"\t- help, h, ?: show this page\n"
|
||||
"\t- quit, exit, q: quit the current code\n"
|
||||
"\t- cancel, back: cancels the current action\n"
|
||||
"\t- quit, exit, q: quit the current code "
|
||||
"(WARNING: this does not save the current state!)\n"
|
||||
"\t- write, save: write the current table in a file "
|
||||
"(no options available yet)\n"
|
||||
"\t- read, open [filename]: loads the file \"filename\" "
|
||||
"\t- read [filename], open [filename]: "
|
||||
"loads the file \"filename\" "
|
||||
"in the current table (no additional options available yet)\n"
|
||||
"\t- calibration, calib: adds a calibration in the target list\n"
|
||||
"\t- simbad [object name], object [object name]: "
|
||||
@@ -725,6 +726,13 @@ def print_help():
|
||||
"target\n"
|
||||
"\t- check: check if all targets are in the observation field\n"
|
||||
"\n"
|
||||
"General actions: \n"
|
||||
"\t- cancel, back: cancels the current action\n"
|
||||
"\t- yes, y, 1: yes\n"
|
||||
"\t- no, n, 0, or anything else: no\n"
|
||||
"\t- all, *: select all\n"
|
||||
"\t- done, ok: confirm, save the current state and quit"
|
||||
"\n"
|
||||
"[1] Pr. Dumbledore, Albus Percival Wulfric Brian, 1992, Hogwarts School of Witchcraft and Wizardry"
|
||||
"\033[0m")
|
||||
print(hilfe)
|
||||
|
||||
Reference in New Issue
Block a user