enbas/internal/executor
Dan Anglin 39d9ef1a38
All checks were successful
REUSE Compliance Check / check (push) Successful in 8s
fix(BREAKING): remove the from-file flag
The from-file flag was used to read text from a file for creating
statuses. This flag is now removed and replaced with the file@ prefix
with the content flag.

For example, --from-file status.md is now replaced with
--content file@status.md
2024-08-16 19:57:44 +01:00
..
accept.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
account.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
add.go fix(BREAKING): remove the from-file flag 2024-08-16 19:57:44 +01:00
block.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
codegen.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
create.go fix(BREAKING): remove the from-file flag 2024-08-16 19:57:44 +01:00
delete.go feat: deleting statuses 2024-08-16 18:53:08 +01:00
edit.go feat: add more support for media attachments 2024-08-15 21:40:17 +01:00
errors.go fix(BREAKING): remove the from-file flag 2024-08-16 19:57:44 +01:00
execute.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
executors.go fix(BREAKING): remove the from-file flag 2024-08-16 19:57:44 +01:00
flags.go fix(BREAKING): remove the from-file flag 2024-08-16 19:57:44 +01:00
follow.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
init.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
login.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
mute.go feat: mute and unmute statuses 2024-08-16 14:42:57 +01:00
reject.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
remove.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
resources.go chore: REUSE.toml 2024-08-01 04:01:38 +01:00
show.go fix(BREAKING): update poll interaction 2024-08-14 11:29:30 +01:00
switch.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
unblock.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
unfollow.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
unmute.go feat: mute and unmute statuses 2024-08-16 14:42:57 +01:00
version.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
whoami.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00