Make CLI the starting point of the application
Move all the console parsing to the CLI code (e.g., argparse) Modify CLI to be able to launch the session as a daemon, with $agkyra start daemon Modify CLI to provide help for all commands Implement "agkyra gui" which launches the GUI Launch GUI when "agkyra" is called without arguments Update documentation to reflect the changes above
Please register or sign in to comment