Commit Graph

7 Commits

Author SHA1 Message Date
Abigail Gold
ad2c559a0f
Custom Help Command (#55)
* subclasses HelpCommand to implement a custom help command.

add cog names for display in the help command.

Globalsettings is no longer a cog. HelpCommand uses the custom attribute
category for grouping commands.

* PEP8 fixes

* improve variable names for help command clarity. Fixes #70

* improve help command formatting

add aliases for weather commands
add help text for ae7q call and qrz

* move global_settings to common

* rename import alias

* fix loading/unloading of help command

* fix info command

* fix options import

* changed canonical command names to be more descriptive

* remove cog names and revert map/bandplan error listing

* add link to hamstudy references
2019-12-06 01:19:42 -05:00
Abigail Gold
43120d9191
add weather command, move solar weather to weather cog,
change no subcommand in ae7qcog to send help.
2019-10-28 00:23:56 -04:00
Abigail Gold
68f8a52c15
list possible args on improper arg in map/plan 2019-10-18 08:45:56 -04:00
Abigail Gold
769c93050b
linting with flake8 and pylint, code cleanup (#39)
* linting with flake8 and pylint

* add type hinting

* more linting

* and i oop

* revert caps

* update info

* remove unnecessary docstrings

* Update info.py
2019-10-18 08:27:05 -04:00
0x5c
f07b331fd0
ImageCog: Fixed image paths
Fixes #41
2019-10-18 06:06:20 -04:00
Abigail Gold
66af6aee24
move all images in imagecog to local files instead of URLs 2019-10-08 19:43:09 -04:00
Abigail Gold
6497c5a0e6
added cog for cmds that retreive images 2019-10-05 19:13:24 -04:00