enbas/internal/executor
Dan Anglin e898a1ded5
All checks were successful
REUSE Compliance Check / check (push) Successful in 8s
fix: fixed error when using --help flag
Parse the flags before loading the configuration to fix the error where
using the --help flag caused the app to return an error if the
configuration file does not exist.
2024-08-23 02:47:36 +01:00
..
accept.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
account.go fix: fixed the calculations in cache directories 2024-08-18 00:06:18 +01:00
add.go fix: add MissingIDError type 2024-08-18 08:59: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
consts.go refactor: clean up unused const 2024-08-18 09:57:48 +01:00
create.go refactor: clean up unused const 2024-08-18 09:57:48 +01:00
delete.go fix: add MissingIDError type 2024-08-18 08:59:44 +01:00
edit.go fix: add MissingIDError type 2024-08-18 08:59:44 +01:00
errors.go fix: add MissingIDError type 2024-08-18 08:59:44 +01:00
executor.go fix: fixed error when using --help flag 2024-08-23 02:47:36 +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 refactor: clean up unused const 2024-08-18 09:57:48 +01:00
mute.go fix: add MissingIDError type 2024-08-18 08:59:44 +01:00
reject.go refactor: clean up the getAccountID function sig 2024-08-13 23:51:16 +01:00
remove.go fix: add MissingIDError type 2024-08-18 08:59:44 +01:00
show.go refactor: clean up unused const 2024-08-18 09:57:48 +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 fix: add MissingIDError type 2024-08-18 08:59:44 +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