enbas/internal
Dan Anglin c04cd7e8a5
refactor: update code for the executor package
Changes:

- moved the command names from main to the executor package.
- moved the unknownCommandError to the executor package and renamed it
  to UnknownCommandError.
- define the command summaries within the executor package.
- replace the switch statement in main.run() with a hashmap for looking
  up the corresponding executor to the given command.
- transformed BlockExecutor to BlockOrUnblockExecutor.
- transformed FollowExecutor to FollowOrUnfollowExecutor.

Additional fixes:

- fixed flag for the version executor.
2024-06-10 18:59:01 +01:00
..
client feat: accept or reject follow requests 2024-06-10 10:58:43 +01:00
config fix: update error handling 2024-06-02 11:35:43 +01:00
executor refactor: update code for the executor package 2024-06-10 18:59:01 +01:00
model fix: updated headers for account lists 2024-06-10 11:17:07 +01:00
utilities fix: filter out emojis with underscores 2024-06-09 17:24:07 +01:00
internal.go chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00