Commit Graph

5 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
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
Abigail Gold
d8d0b68100
more work on ae7q callsign lookup 2019-10-08 18:57:37 -04:00
Abigail Gold
19284ee1cc
add ae7q call search, basic functionality. need to error check etc still 2019-10-07 16:11:30 -04:00