enbas/internal/executor
Dan Anglin f64f8a43a6
fix: command line format for showing followers
CHANGES:

- When viewing followers and followings from an account, the from flag
  must now be set by the user.
    - enbas show --type followers --from account --my-account
    - enbas show --type following --from account --account-name john

- New error type for unsupported show operations: Return an error if
  enbas detects an unsupported show operation (e.g. showing media from a
  list).
2024-07-03 14:20:25 +01:00
..
accept_or_reject.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
account.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
add.go fix: update description for the vote flag 2024-07-03 13:34:27 +01:00
block_or_unblock.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
commands.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
create.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
delete.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
edit.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
errors.go fix: command line format for showing followers 2024-07-03 14:20:25 +01:00
executor.go fix: update error handling 2024-06-02 11:35:43 +01:00
flags.go fix: rename the choose flag. 2024-07-03 13:21:32 +01:00
follow_or_unfollow.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
init.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
login.go docs: updated documentation 2024-07-01 13:49:11 +01:00
mute_or_unmute.go fix: mute accounts indefinitely by default 2024-07-01 21:27:04 +01:00
remove.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
resources.go feat: view media attachment information 2024-06-18 19:58:59 +01:00
show.go fix: command line format for showing followers 2024-07-03 14:20:25 +01:00
switch.go refactor: update structure of switch executor 2024-07-01 21:12:20 +01:00
usage.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
version.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
whoami.go feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00