Matej Janezic
61e7556997
feat: add clap_complete for generating completion files
...
`ahab generate <shell>` can now be used to generte completion files for
this tool.
2023-05-27 13:28:05 +02:00
Matej Janezic
c63cedab76
chore: add some todos for future ideas
2023-05-24 00:00:20 +02:00
Matej Janezic
286e16e7ce
feat: finish django cli and add aliases
...
Implemented basic wanted functionality for django subcommands.
Added single or two letter aliases for all subsubcommands.
2023-05-23 22:49:18 +02:00
Matej Janezic
eb232a93f8
feat: prepare initial cli layout
...
Made initial command scopes
d -> docker related commands
dc -> docker compose related commands
dj -> django related commands
pg -> postgres related commands
2023-05-21 22:40:34 +02:00